From 0b9f93b6f17f7e64d4fd3f0b1bffeff02950f8d5 Mon Sep 17 00:00:00 2001 From: "Y.Hisaki" Date: Wed, 27 Nov 2024 13:23:27 +0900 Subject: [PATCH] fix Signed-off-by: Y.Hisaki --- .../autoware_behavior_velocity_planner_common/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/planning/behavior_velocity_planner/autoware_behavior_velocity_planner_common/CMakeLists.txt b/planning/behavior_velocity_planner/autoware_behavior_velocity_planner_common/CMakeLists.txt index 9cb992312f52a..f76fcfa31c240 100644 --- a/planning/behavior_velocity_planner/autoware_behavior_velocity_planner_common/CMakeLists.txt +++ b/planning/behavior_velocity_planner/autoware_behavior_velocity_planner_common/CMakeLists.txt @@ -26,4 +26,6 @@ if(BUILD_TESTING) ) endif() -ament_auto_package() +ament_auto_package(INSTALL_TO_SHARE + config +)