From 12cacad8f8a429d0201aa8c1153369bbd2b554d3 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Wed, 1 Apr 2015 18:02:48 -0700 Subject: [PATCH] remove a stray message call in cmake file --- cmake/externals/tbb/OSXTBBInstallNameChange.cmake | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmake/externals/tbb/OSXTBBInstallNameChange.cmake b/cmake/externals/tbb/OSXTBBInstallNameChange.cmake index cc4df46812..0fa377959b 100644 --- a/cmake/externals/tbb/OSXTBBInstallNameChange.cmake +++ b/cmake/externals/tbb/OSXTBBInstallNameChange.cmake @@ -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")