File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -135,6 +135,15 @@ install(
135135 RUNTIME DESTINATION bin
136136)
137137ament_export_targets (export_${PROJECT_NAME} HAS_LIBRARY_TARGET )
138+ ament_export_dependencies (
139+ async_web_server_cpp
140+ cv_bridge
141+ image_transport
142+ pluginlib
143+ rclcpp
144+ rmw
145+ sensor_msgs
146+ )
138147
139148set_target_properties (${PROJECT_NAME } _node PROPERTIES OUTPUT_NAME ${PROJECT_NAME } )
140149install (
@@ -159,4 +168,6 @@ if(BUILD_TESTING)
159168 ament_lint_auto_find_test_dependencies ()
160169endif ()
161170
162- ament_package ()
171+ ament_package (
172+ CONFIG_EXTRAS "config-extras.cmake"
173+ )
Original file line number Diff line number Diff line change 1+ # ament_export_dependencies fails to propagate Boost components
2+ # so we need to explicitly find Boost here
3+ find_package (Boost REQUIRED COMPONENTS system )
You can’t perform that action at this time.
0 commit comments