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 2f8d285 commit fff6ee3Copy full SHA for fff6ee3
CMakeLists.txt
@@ -16,6 +16,8 @@ if(WIN32)
16
)
17
# set the same behavior for windows as it is on linux
18
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
19
+
20
+ set(FOUND_LIBATOMIC TRUE)
21
endif()
22
23
set(THIS_PACKAGE_INCLUDE_DEPENDS
@@ -83,7 +85,7 @@ if(BUILD_TESTING)
83
85
target_link_libraries(realtime_buffer_tests realtime_tools)
84
86
87
ament_add_gmock(lock_free_queue_tests test/lock_free_queue_tests.cpp)
- target_link_libraries(lock_free_queue_tests realtime_tools Boost::boost)
88
+ target_link_libraries(lock_free_queue_tests realtime_tools atomic Boost::boost)
89
90
ament_add_gmock(realtime_clock_tests test/realtime_clock_tests.cpp)
91
target_link_libraries(realtime_clock_tests realtime_tools)
0 commit comments