From 67417cbb98b09b3a641ebdf3016aeda9e91e527d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Noel=20Jim=C3=A9nez=20Garc=C3=ADa?= <48183611+Noel215@users.noreply.github.com> Date: Mon, 14 Nov 2022 21:53:23 +0100 Subject: [PATCH] export missing dependency (#128) --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 44f4ed5e..537d764e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -65,6 +65,7 @@ install(TARGETS ${PROJECT_NAME} RUNTIME DESTINATION bin) ament_export_dependencies( + control_msgs rclcpp rcutils realtime_tools)