Skip to content

Commit 31b5efb

Browse files
authored
Apply suggestion from @ferdymercury
1 parent fefe718 commit 31b5efb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/thread/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ target_include_directories(Thread PUBLIC
7676
)
7777

7878
if(TBB_FOUND)
79-
target_link_libraries(Thread PUBLIC TBB::tbb)
79+
target_link_libraries(Thread PRIVATE TBB::tbb)
8080
target_compile_definitions(Thread PUBLIC ROOT_CORE_THREAD_TBB)
8181
endif()
8282

0 commit comments

Comments
 (0)