Skip to content

Commit

Permalink
Fix boost dependency in package.xml (#512)
Browse files Browse the repository at this point in the history
`libboost-coroutine-dev` has been merged into rosdistro on February 21st
2023. Link to merge request: ros/rosdistro#35789.
  • Loading branch information
BartKeulen authored Mar 3, 2023
1 parent d0d04cf commit bbfd51c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<depend condition="$ROS_VERSION == 2">rclcpp</depend>
<depend condition="$ROS_VERSION == 2">ament_index_cpp</depend>

<build_depend>libboost-dev</build_depend>
<build_depend>libboost-coroutine-dev</build_depend>
<depend>libzmq3-dev</depend>
<depend>libncurses-dev</depend>

Expand Down

0 comments on commit bbfd51c

Please sign in to comment.