Skip to content

Commit

Permalink
Merge pull request #769 from bi0ha2ard/fewer_boost_dependencies
Browse files Browse the repository at this point in the history
depend only on libboost-coroutine(-dev) for v3.8
  • Loading branch information
facontidavide authored Feb 13, 2024
2 parents 04a514e + 8d7f94f commit 95210b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
<depend condition="$ROS_VERSION == 2">rclcpp</depend>
<depend condition="$ROS_VERSION == 2">ament_index_cpp</depend>

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

Expand Down

0 comments on commit 95210b0

Please sign in to comment.