From 58ba355a7938f2b2d9bd062638e3efc9484f2e96 Mon Sep 17 00:00:00 2001 From: "Kenji Brameld (TRACLabs)" <122934495+kbrameld@users.noreply.github.com> Date: Sun, 13 Aug 2023 05:26:32 -0500 Subject: [PATCH] ensure correct dependencies get passed along to downstream packages (#140) --- spot_cam/CMakeLists.txt | 4 ++-- spot_msgs/CMakeLists.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/spot_cam/CMakeLists.txt b/spot_cam/CMakeLists.txt index 548880f3..9cd56e81 100644 --- a/spot_cam/CMakeLists.txt +++ b/spot_cam/CMakeLists.txt @@ -61,7 +61,7 @@ generate_messages( catkin_package( # INCLUDE_DIRS include # LIBRARIES spot_cam - CATKIN_DEPENDS message_runtime + CATKIN_DEPENDS message_runtime std_msgs spot_msgs geometry_msgs # DEPENDS system_lib ) @@ -70,4 +70,4 @@ catkin_package( catkin_install_python(PROGRAMS scripts/spot_cam DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION} -) \ No newline at end of file +) diff --git a/spot_msgs/CMakeLists.txt b/spot_msgs/CMakeLists.txt index 5bc483c9..defaafd7 100644 --- a/spot_msgs/CMakeLists.txt +++ b/spot_msgs/CMakeLists.txt @@ -93,7 +93,7 @@ generate_messages( ) catkin_package( - CATKIN_DEPENDS message_runtime actionlib + CATKIN_DEPENDS message_runtime actionlib std_msgs sensor_msgs geometry_msgs ) include_directories(