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 081d2f6 commit 2f8d285Copy full SHA for 2f8d285
CMakeLists.txt
@@ -83,7 +83,7 @@ if(BUILD_TESTING)
83
target_link_libraries(realtime_buffer_tests realtime_tools)
84
85
ament_add_gmock(lock_free_queue_tests test/lock_free_queue_tests.cpp)
86
- target_link_libraries(lock_free_queue_tests realtime_tools atomic Boost::boost)
+ target_link_libraries(lock_free_queue_tests realtime_tools Boost::boost)
87
88
ament_add_gmock(realtime_clock_tests test/realtime_clock_tests.cpp)
89
target_link_libraries(realtime_clock_tests realtime_tools)
0 commit comments