Skip to content

Commit 785a70d

Browse files
authored
Make ament_cmake a buildtool dependency (#2689)
* 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 <[email protected]>
1 parent 9984197 commit 785a70d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rclcpp_action/package.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
<depend>rcl</depend>
2727
<depend>rcpputils</depend>
2828

29-
<depend>ament_cmake</depend>
30-
3129
<test_depend>ament_cmake_gtest</test_depend>
3230
<test_depend>ament_lint_auto</test_depend>
3331
<test_depend>ament_lint_common</test_depend>

0 commit comments

Comments
 (0)