diff --git a/clover/CMakeLists.txt b/clover/CMakeLists.txt index 57f8c34d..1fad20a9 100644 --- a/clover/CMakeLists.txt +++ b/clover/CMakeLists.txt @@ -193,6 +193,9 @@ target_link_libraries(simple_offboard Threads::Threads ) +message(STATUS "catkin_LIBRARIES value: ${catkin_LIBRARIES}") +message(STATUS "GeographicLib_LIBRARIES value: ${GeographicLib_LIBRARIES}") + # Don't change actual binary names set_target_properties(clover_rc PROPERTIES OUTPUT_NAME rc)