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.
1 parent 8d5efb1 commit f90898bCopy full SHA for f90898b
CMakeLists.txt
@@ -159,6 +159,7 @@ set(TBB_BUILD_STATIC ON CACHE BOOL "" FORCE)
159
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/ThirdParty/tbb EXCLUDE_FROM_ALL)
160
set(TBB_FOUND TRUE)
161
set(TBB_LIBRARIES tbb_static tbb_interface)
162
+set(TBB_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/ThirdParty/tbb/include)
163
add_library(TBB::tbb ALIAS tbb_static)
164
add_library(TBB::tbb_interface ALIAS tbb_interface)
165
install(TARGETS ${TBB_LIBRARIES} EXPORT pagmo_export
0 commit comments