Skip to content

Commit ea31035

Browse files
Update controller_manager/CMakeLists.txt
Co-authored-by: Sai Kishor Kothakota <[email protected]>
1 parent 8197576 commit ea31035

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

controller_manager/CMakeLists.txt

+1-11
Original file line numberDiff line numberDiff line change
@@ -261,16 +261,6 @@ ament_python_install_package(controller_manager
261261
SCRIPTS_DESTINATION lib/controller_manager
262262
)
263263
ament_export_targets(export_controller_manager HAS_LIBRARY_TARGET)
264-
ament_export_dependencies(
265-
controller_interface
266-
controller_manager_msgs
267-
diagnostic_updater
268-
hardware_interface
269-
pluginlib
270-
rclcpp
271-
realtime_tools
272-
std_msgs
273-
libstatistics_collector
274-
)
264+
ament_export_dependencies(${THIS_PACKAGE_INCLUDE_DEPENDS})
275265
ament_package()
276266
ament_generate_version_header(${PROJECT_NAME})

0 commit comments

Comments
 (0)