Skip to content

Commit 081d2f6

Browse files
Remove quiet and add Boost::boost
1 parent f90d22b commit 081d2f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ endforeach()
3333
if(POLICY CMP0167)
3434
cmake_policy(SET CMP0167 NEW)
3535
endif()
36-
find_package(Boost QUIET COMPONENTS headers)
36+
find_package(Boost COMPONENTS headers)
3737
if(NOT Boost_headers_FOUND)
3838
find_package(Boost REQUIRED)
3939
endif()
@@ -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)

0 commit comments

Comments
 (0)