Fix FindTBB on linux in debug mode.

This commit is contained in:
tamasmeszaros 2019-10-17 17:32:26 +02:00
parent f9710eff08
commit dfba3f04e9

View File

@ -261,6 +261,10 @@ if(NOT TBB_FOUND)
set(TBB_LIBRARIES "${TBB_LIBRARIES_${TBB_BUILD_TYPE}}")
endif()
if(NOT MSVC AND NOT TBB_LIBRARIES)
set(TBB_LIBRARIES ${TBB_LIBRARIES_RELEASE})
endif()
if (MSVC AND TBB_STATIC)
set(TBB_DEFINITIONS __TBB_NO_IMPLICIT_LINKAGE)
endif ()