From d6df4010a385a61d6a2f313c7c509a5f4294adf2 Mon Sep 17 00:00:00 2001 From: Jochen Sprickerhof Date: Fri, 27 Jan 2023 16:14:17 +0100 Subject: [PATCH] build: add ament_lint_auto dependency (#145) Used in autoware_cmake/cmake/autoware_package.cmake. Signed-off-by: Jochen Sprickerhof --- autoware_cmake/package.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/autoware_cmake/package.xml b/autoware_cmake/package.xml index 78dcad2a..15e9b560 100644 --- a/autoware_cmake/package.xml +++ b/autoware_cmake/package.xml @@ -10,7 +10,8 @@ ament_cmake_auto - ament_cmake_auto + ament_cmake_auto + ament_lint_auto ros_environment ament_lint_auto