Skip to content

Commit 31b4e00

Browse files
author
github-actions
committed
refactor(autoware_adapi_msgs): add USE_SCOPED_HEADER_INSTALL_DIR
Signed-off-by: github-actions <github-actions@github.com>
1 parent 34f89d0 commit 31b4e00

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

autoware_adapi_v1_msgs/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ rosidl_generate_interfaces(${PROJECT_NAME}
9393
unique_identifier_msgs
9494
)
9595

96-
ament_auto_package()
96+
ament_auto_package(USE_SCOPED_HEADER_INSTALL_DIR)

autoware_adapi_version_msgs/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ rosidl_generate_interfaces(${PROJECT_NAME}
88
"srv/InterfaceVersion.srv"
99
)
1010

11-
ament_auto_package()
11+
ament_auto_package(USE_SCOPED_HEADER_INSTALL_DIR)

0 commit comments

Comments
 (0)