From f81247ccf3e53b4b2110f9d3521edebb279d3dea Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Fri, 9 Apr 2021 10:50:55 +0300 Subject: [PATCH] Debugging --- clover/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) 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)