Skip to content

Commit

Permalink
build: add more build dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Jochen Sprickerhof <git@jochen.sprickerhof.de>
  • Loading branch information
jspricke committed Jan 23, 2023
1 parent aaadd2a commit cb4d0f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions sensing/gnss_poser/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<buildtool_depend>ament_cmake_auto</buildtool_depend>

<build_depend>autoware_cmake</build_depend>
<build_depend>libboost-dev</build_depend>

<depend>autoware_sensing_msgs</depend>
<depend>geo_pos_conv</depend>
Expand Down
1 change: 1 addition & 0 deletions system/dummy_infrastructure/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<buildtool_depend>ament_cmake_auto</buildtool_depend>

<build_depend>autoware_cmake</build_depend>
<build_depend>libboost-dev</build_depend>

<depend>rclcpp</depend>
<depend>rclcpp_components</depend>
Expand Down
1 change: 1 addition & 0 deletions system/system_monitor/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<buildtool_depend>ament_cmake_auto</buildtool_depend>

<build_depend>autoware_cmake</build_depend>
<build_depend>libboost-serialization-dev</build_depend>

<depend>diagnostic_msgs</depend>
<depend>diagnostic_updater</depend>
Expand Down

0 comments on commit cb4d0f5

Please sign in to comment.