Skip to content

Commit

Permalink
separate to build_ and exec_ depends
Browse files Browse the repository at this point in the history
Signed-off-by: Yutaka Kondo <[email protected]>
  • Loading branch information
youtalk committed Apr 30, 2024
1 parent 793a892 commit 6b657cf
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions autoware_adapi_v1_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,20 @@
<buildtool_depend>ament_cmake_auto</buildtool_depend>

<build_depend>rosidl_default_generators</build_depend>

<depend>builtin_interfaces</depend>
<depend>geographic_msgs</depend>
<depend>geometry_msgs</depend>
<depend>shape_msgs</depend>
<depend>std_msgs</depend>
<depend>unique_identifier_msgs</depend>
<build_depend>builtin_interfaces</build_depend>
<build_depend>geographic_msgs</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>shape_msgs</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>unique_identifier_msgs</build_depend>

<exec_depend>rosidl_default_runtime</exec_depend>
<exec_depend>builtin_interfaces</exec_depend>
<exec_depend>geographic_msgs</exec_depend>
<exec_depend>geometry_msgs</exec_depend>
<exec_depend>shape_msgs</exec_depend>
<exec_depend>std_msgs</exec_depend>
<exec_depend>unique_identifier_msgs</exec_depend>

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

0 comments on commit 6b657cf

Please sign in to comment.