Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorVojtech Kral <vojtech@kral.hk>2018-12-21 14:48:05 +0300
committerVojtech Kral <vojtech@kral.hk>2018-12-21 14:48:30 +0300
commit2a244f2aab3a61ee5a9741d657208a8bd521f4a4 (patch)
tree9b8b15a127da2d99c0d2dc30350060cfe5c9cc94 /cmake
parent1d769e322d7de72baa5f70805a076a698033867f (diff)
KBShortcutsDialog: Add symbols for Command and Option on Mac
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/FindTBB.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/modules/FindTBB.cmake b/cmake/modules/FindTBB.cmake
index e5115ab44..543cd74eb 100644
--- a/cmake/modules/FindTBB.cmake
+++ b/cmake/modules/FindTBB.cmake
@@ -216,6 +216,7 @@ if(NOT TBB_FOUND)
if(";${TBB_FIND_COMPONENTS};tbb;" MATCHES ";${_comp};")
# Search for the libraries
+ message(WARNING "find_library: TBB_${_comp}_LIBRARY_RELEASE -> ${_comp}${TBB_STATIC_SUFFIX}")
find_library(TBB_${_comp}_LIBRARY_RELEASE ${_comp}${TBB_STATIC_SUFFIX}
HINTS ${TBB_LIBRARY} ${TBB_SEARCH_DIR}
PATHS ${TBB_DEFAULT_SEARCH_DIR} ENV LIBRARY_PATH