Skip to content

Commit bbfd51c

Browse files
authored
Fix boost dependency in package.xml (#512)
`libboost-coroutine-dev` has been merged into rosdistro on February 21st 2023. Link to merge request: ros/rosdistro#35789.
1 parent d0d04cf commit bbfd51c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<depend condition="$ROS_VERSION == 2">rclcpp</depend>
2222
<depend condition="$ROS_VERSION == 2">ament_index_cpp</depend>
2323

24-
<build_depend>libboost-dev</build_depend>
24+
<build_depend>libboost-coroutine-dev</build_depend>
2525
<depend>libzmq3-dev</depend>
2626
<depend>libncurses-dev</depend>
2727

0 commit comments

Comments
 (0)