File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ endforeach()
3333if (POLICY CMP0167)
3434 cmake_policy (SET CMP0167 NEW)
3535endif ()
36- find_package (Boost QUIET COMPONENTS headers)
36+ find_package (Boost COMPONENTS headers)
3737if (NOT Boost_headers_FOUND)
3838 find_package (Boost REQUIRED)
3939endif ()
@@ -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)
86+ target_link_libraries (lock_free_queue_tests realtime_tools atomic Boost::boost )
8787
8888 ament_add_gmock(realtime_clock_tests test /realtime_clock_tests.cpp)
8989 target_link_libraries (realtime_clock_tests realtime_tools)
You can’t perform that action at this time.
0 commit comments