Skip to content

Commit

Permalink
ensure correct dependencies get passed along to downstream packages (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrameld authored Aug 13, 2023
1 parent 5e0b61c commit 58ba355
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions spot_cam/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand All @@ -70,4 +70,4 @@ catkin_package(
catkin_install_python(PROGRAMS
scripts/spot_cam
DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
)
)
2 changes: 1 addition & 1 deletion spot_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 58ba355

Please sign in to comment.