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 d98fc09 commit 2a38460Copy full SHA for 2a38460
1 file changed
core/imt/test/CMakeLists.txt
@@ -5,8 +5,5 @@
5
# For the list of contributors see $ROOTSYS/README/CREDITS.
6
7
ROOT_ADD_GTEST(testTaskArena testRTaskArena.cxx LIBRARIES Imt TBB::tbb FAILREGEX "")
8
-set_target_properties(testTaskArena)
9
ROOT_ADD_GTEST(testTBBGlobalControl testTBBGlobalControl.cxx LIBRARIES Imt TBB::tbb)
10
-set_target_properties(testTBBGlobalControl)
11
-ROOT_ADD_GTEST(testEnableImt testEnableImt.cxx LIBRARIES Imt TBB::tbb)
12
-set_target_properties(testEnableImt)
+ROOT_ADD_GTEST(testEnableImt testEnableImt.cxx LIBRARIES Imt TBB::tbb)
0 commit comments