Skip to content

Commit

Permalink
build: add ament_lint_auto dependency (autowarefoundation#145)
Browse files Browse the repository at this point in the history
Used in autoware_cmake/cmake/autoware_package.cmake.

Signed-off-by: Jochen Sprickerhof <[email protected]>
  • Loading branch information
jspricke authored Jan 27, 2023
1 parent ecff90b commit d6df401
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion autoware_cmake/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@

<buildtool_depend>ament_cmake_auto</buildtool_depend>

<build_export_depend>ament_cmake_auto</build_export_depend>
<buildtool_export_depend>ament_cmake_auto</buildtool_export_depend>
<buildtool_export_depend>ament_lint_auto</buildtool_export_depend>
<build_export_depend>ros_environment</build_export_depend>

<test_depend>ament_lint_auto</test_depend>
Expand Down

0 comments on commit d6df401

Please sign in to comment.