changed build_depend and build_depend_export dependencies to depend

Signed-off-by: ahcorde <ahcorde@gmail.com>
This commit is contained in:
ahcorde 2020-02-18 11:29:20 +01:00
parent 4b9c0a30be
commit 4cd2df005e

View file

@ -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>