Skip to content

Commit

Permalink
Make ament_cmake a buildtool dependency (ros2#2689)
Browse files Browse the repository at this point in the history
* Make ament_cmake a buildtool dependency

The `ament_cmake` package isn't needed at runtime and so should only be
listed as a `buildtool_dependency`, as is done in most other packages.

* Remove the ament_cmake dependency entirely

Since there's already a buildtool dependency on ament_cmake_ros, having
ament_cmake as well is redundant.

Signed-off-by: Nathan Wiebe Neufeldt <nwiebeneufeldt@clearpath.ai>
  • Loading branch information
nwn authored Dec 2, 2024
1 parent 9984197 commit 785a70d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rclcpp_action/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
<depend>rcl</depend>
<depend>rcpputils</depend>

<depend>ament_cmake</depend>

<test_depend>ament_cmake_gtest</test_depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
Expand Down

0 comments on commit 785a70d

Please sign in to comment.