Skip to content

Commit 2f8d285

Browse files
Remove atomic link libraries
1 parent 081d2f6 commit 2f8d285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ if(BUILD_TESTING)
8383
target_link_libraries(realtime_buffer_tests realtime_tools)
8484

8585
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)
86+
target_link_libraries(lock_free_queue_tests realtime_tools Boost::boost)
8787

8888
ament_add_gmock(realtime_clock_tests test/realtime_clock_tests.cpp)
8989
target_link_libraries(realtime_clock_tests realtime_tools)

0 commit comments

Comments
 (0)