Skip to content

Commit 6edec26

Browse files
authored
TestRWLock: add TBB_Compiler flags
1 parent 4d1c63b commit 6edec26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/thread/test/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# For the list of contributors see $ROOTSYS/README/CREDITS.
66

77
ROOT_ADD_GTEST(testRWLock testRWLock.cxx LIBRARIES Core Thread Hist ${TBB_LIBRARIES} INCLUDE_DIRS ${TBB_INCLUDE_DIRS})
8+
set_target_properties(testRWLock PROPERTIES COMPILE_FLAGS "${TBB_CXXFLAGS}")
89

910
ROOT_ADD_GTEST(testTThreadedObject testTThreadedObject.cxx LIBRARIES Hist)
1011

0 commit comments

Comments
 (0)