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
diff options
context:
space:
mode:
authorVojtech Kral <vojtech@kral.hk>2018-12-21 14:49:20 +0300
committerVojtech Kral <vojtech@kral.hk>2018-12-21 14:49:20 +0300
commit570e5bd49597e4c518ea9b9832bf99f12f39cba1 (patch)
treeb10e9bdfce2956436549e0f739575fcb688c4b2e /cmake/modules
parent2a244f2aab3a61ee5a9741d657208a8bd521f4a4 (diff)
Remove stray cmake message
Diffstat (limited to 'cmake/modules')
-rw-r--r--cmake/modules/FindTBB.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/modules/FindTBB.cmake b/cmake/modules/FindTBB.cmake
index 543cd74eb..e5115ab44 100644
--- a/cmake/modules/FindTBB.cmake
+++ b/cmake/modules/FindTBB.cmake
@@ -216,7 +216,6 @@ 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