Merge pull request #577 from ros2/ahcorde/package/rcl_action_depend
[rcl_action] changed build_depend and build_depend_export dependencies to depend
This commit is contained in:
commit
4dbf20d447
1 changed files with 5 additions and 11 deletions
|
@ -9,17 +9,11 @@
|
||||||
|
|
||||||
<buildtool_depend>ament_cmake_ros</buildtool_depend>
|
<buildtool_depend>ament_cmake_ros</buildtool_depend>
|
||||||
|
|
||||||
<build_depend>action_msgs</build_depend>
|
<depend>action_msgs</depend>
|
||||||
<build_depend>rcl</build_depend>
|
<depend>rcl</depend>
|
||||||
<build_depend>rcutils</build_depend>
|
<depend>rcutils</depend>
|
||||||
<build_depend>rmw</build_depend>
|
<depend>rmw</depend>
|
||||||
<build_depend>rosidl_generator_c</build_depend>
|
<depend>rosidl_generator_c</depend>
|
||||||
|
|
||||||
<build_export_depend>action_msgs</build_export_depend>
|
|
||||||
<build_export_depend>rcl</build_export_depend>
|
|
||||||
<build_export_depend>rcutils</build_export_depend>
|
|
||||||
<build_export_depend>rmw</build_export_depend>
|
|
||||||
<build_export_depend>rosidl_generator_c</build_export_depend>
|
|
||||||
|
|
||||||
<test_depend>ament_cmake_gtest</test_depend>
|
<test_depend>ament_cmake_gtest</test_depend>
|
||||||
<test_depend>ament_lint_common</test_depend>
|
<test_depend>ament_lint_common</test_depend>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue