Skip to content

Commit bf636bb

Browse files
committed
[imt] Fix missing include directories for TBB
1 parent 0546c37 commit bf636bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/imt/test/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
# For the list of contributors see $ROOTSYS/README/CREDITS.
66

77
ROOT_ADD_GTEST(testImt testTFuture.cxx testTTaskGroup.cxx LIBRARIES Imt)
8-
ROOT_ADD_GTEST(testTaskArena testRTaskArena.cxx LIBRARIES Imt ${TBB_LIBRARIES} FAILREGEX "")
9-
ROOT_ADD_GTEST(testTBBGlobalControl testTBBGlobalControl.cxx LIBRARIES Imt ${TBB_LIBRARIES})
8+
ROOT_ADD_GTEST(testTaskArena testRTaskArena.cxx LIBRARIES Imt ${TBB_LIBRARIES} FAILREGEX "" INCLUDE_DIRS ${TBB_INCLUDE_DIRS})
9+
ROOT_ADD_GTEST(testTBBGlobalControl testTBBGlobalControl.cxx LIBRARIES Imt ${TBB_LIBRARIES} INCLUDE_DIRS ${TBB_INCLUDE_DIRS})

0 commit comments

Comments
 (0)