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 79a0fd2 commit d98fc09Copy full SHA for d98fc09
1 file changed
core/imt/CMakeLists.txt
@@ -19,13 +19,13 @@ ROOT_LINKER_LIBRARY(Imt
19
src/TTaskGroup.cxx
20
DEPENDENCIES
21
${MULTIPROC_LIB}
22
- LIBRARIES
23
- TBB::tbb
24
)
25
26
target_link_libraries(Imt PRIVATE Thread INTERFACE Core)
27
28
if(imt)
+ target_link_libraries(Imt PRIVATE TBB::tbb)
+
29
ROOT_GENERATE_DICTIONARY(G__Imt STAGE1
30
ROOT/TTaskGroup.hxx
31
ROOT/RTaskArena.hxx
0 commit comments