Skip to content

Commit a71d3d5

Browse files
authored
Update CMakeLists.txt
1 parent 31b5efb commit a71d3d5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

core/thread/test/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
# For the licensing terms see $ROOTSYS/LICENSE.
55
# For the list of contributors see $ROOTSYS/README/CREDITS.
66

7-
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}")
7+
ROOT_ADD_GTEST(testRWLock testRWLock.cxx LIBRARIES Core Thread Hist TBB::tbb)
98

109
ROOT_ADD_GTEST(testTThreadedObject testTThreadedObject.cxx LIBRARIES Hist)
1110

0 commit comments

Comments
 (0)