Skip to content

Commit 4887ff4

Browse files
committed
Cmake: some people build shared libtbb
1 parent eac146d commit 4887ff4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/modules/FindTBB.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ FIND_PACKAGE_HANDLE_STANDARD_ARGS (TBB REQUIRED_VARS TBB_ROOT_DIR
300300
${_TBB_FPHSA_ADDITIONAL_ARGS})
301301

302302
if(TBB_FOUND)
303-
add_library(TBB::tbb IMPORTED STATIC GLOBAL)
303+
add_library(TBB::tbb IMPORTED UNKNOWN GLOBAL)
304304
set_target_properties(TBB::tbb PROPERTIES
305305
IMPORTED_LOCATION ${TBB_LIBRARY}
306306
INTERFACE_INCLUDE_DIRECTORIES ${TBB_INCLUDE_DIR})

0 commit comments

Comments
 (0)