Skip to content

Commit

Permalink
build(system_monitor): added missing Boost dependencies (#2881)
Browse files Browse the repository at this point in the history
Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
Co-authored-by: ito-san <57388357+ito-san@users.noreply.github.com>
  • Loading branch information
esteve and ito-san authored Feb 18, 2023
1 parent 5636b55 commit e161141
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions system/system_monitor/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@
<buildtool_depend>ament_cmake_auto</buildtool_depend>

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

<depend>diagnostic_msgs</depend>
<depend>diagnostic_updater</depend>
<depend>fmt</depend>
<depend>libboost-filesystem-dev</depend>
<depend>libboost-regex-dev</depend>
<depend>libboost-serialization-dev</depend>
<depend>libboost-thread-dev</depend>
<depend>libnl-3-dev</depend>
<depend>rclcpp</depend>
<depend>rclcpp_components</depend>
Expand Down

0 comments on commit e161141

Please sign in to comment.