mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
remove a stray message call in cmake file
This commit is contained in:
parent
69f0c50a3c
commit
12cacad8f8
1 changed files with 0 additions and 2 deletions
|
@ -13,8 +13,6 @@
|
|||
set(_TBB_LIBRARY_DIR ${CMAKE_CURRENT_SOURCE_DIR}/lib)
|
||||
file(GLOB_RECURSE _TBB_LIBRARIES "${_TBB_LIBRARY_DIR}/*.dylib")
|
||||
|
||||
message(${_TBB_LIBRARIES})
|
||||
|
||||
# raise an error if we found none
|
||||
if (NOT _TBB_LIBRARIES)
|
||||
message(FATAL_ERROR "Did not find any TBB libraries")
|
||||
|
|
Loading…
Reference in a new issue