Skip to content

Commit

Permalink
explicitly state Boost dependencies manifests (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas authored Feb 26, 2020
1 parent 3f93d07 commit e91066a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions roscpp_tutorials/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,17 @@

<buildtool_depend>catkin</buildtool_depend>

<build_depend>libboost-date-time-dev</build_depend>
<build_depend>libboost-thread-dev</build_depend>
<build_depend>message_generation</build_depend>
<build_depend>rosconsole</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>roscpp_serialization</build_depend>
<build_depend>rostime</build_depend>
<build_depend>std_msgs</build_depend>

<run_depend>libboost-date-time-dev</run_depend>
<run_depend>libboost-thread-dev</run_depend>
<run_depend>message_runtime</run_depend>
<run_depend>rosconsole</run_depend>
<run_depend>roscpp</run_depend>
Expand Down
2 changes: 2 additions & 0 deletions turtlesim/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<buildtool_depend>catkin</buildtool_depend>

<build_depend>geometry_msgs</build_depend>
<build_depend>libboost-thread-dev</build_depend>
<build_depend>qtbase5-dev</build_depend>
<build_depend>message_generation</build_depend>
<build_depend>qt5-qmake</build_depend>
Expand All @@ -28,6 +29,7 @@
<build_depend>std_srvs</build_depend>

<run_depend>geometry_msgs</run_depend>
<run_depend>libboost-thread-dev</run_depend>
<run_depend>libqt5-core</run_depend>
<run_depend>libqt5-gui</run_depend>
<run_depend>message_runtime</run_depend>
Expand Down

0 comments on commit e91066a

Please sign in to comment.