We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 909570f + 9c3eeff commit 8b40c59Copy full SHA for 8b40c59
CMakeLists.txt
@@ -535,8 +535,8 @@ else()
535
536
find_package(TBB REQUIRED)
537
add_dependency_includes(${TBB_INCLUDE_DIR})
538
- if(WIN32 AND CMAKE_BUILD_TYPE MATCHES Debug)
539
- set(TBB_LIBRARIES ${TBB_DEBUG_LIBRARIES})
+ if(WIN32)
+ set(TBB_LIBRARIES optimized ${TBB_LIBRARY} optimized ${TBB_MALLOC_LIBRARY} debug ${TBB_LIBRARY_DEBUG} debug ${TBB_MALLOC_LIBRARY_DEBUG})
540
endif()
541
542
find_package(EXPAT REQUIRED)
0 commit comments