Skip to content

Commit d98fc09

Browse files
committed
fix imt link
1 parent 79a0fd2 commit d98fc09

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

core/imt/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ ROOT_LINKER_LIBRARY(Imt
1919
src/TTaskGroup.cxx
2020
DEPENDENCIES
2121
${MULTIPROC_LIB}
22-
LIBRARIES
23-
TBB::tbb
2422
)
2523

2624
target_link_libraries(Imt PRIVATE Thread INTERFACE Core)
2725

2826
if(imt)
27+
target_link_libraries(Imt PRIVATE TBB::tbb)
28+
2929
ROOT_GENERATE_DICTIONARY(G__Imt STAGE1
3030
ROOT/TTaskGroup.hxx
3131
ROOT/RTaskArena.hxx

0 commit comments

Comments
 (0)