Skip to content
This repository was archived by the owner on May 31, 2025. It is now read-only.

Reduce boost dependency scope #118

Merged
merged 2 commits into from
Sep 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion nodelet/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,17 @@

<build_depend version_gte="0.3.2">cmake_modules</build_depend>
<build_depend>message_generation</build_depend>
<build_depend>libboost-dev</build_depend>
<build_depend>libboost-thread-dev</build_depend>

<depend>bondcpp</depend>
<depend>boost</depend>
<depend version_gte="1.10.0">pluginlib</depend>
<depend>rosconsole</depend>
<depend>roscpp</depend>
<depend>std_msgs</depend>
<depend>uuid</depend>

<exec_depend>libboost-thread</exec_depend>
<exec_depend>message_runtime</exec_depend>
<exec_depend>rospy</exec_depend>
</package>
5 changes: 4 additions & 1 deletion nodelet_topic_tools/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@
<author>Tully Foote</author>

<buildtool_depend>catkin</buildtool_depend>
<build_depend>libboost-dev</build_depend>
<build_depend>libboost-thread-dev</build_depend>

<depend>boost</depend>
<depend>dynamic_reconfigure</depend>

<build_export_depend>libboost-dev</build_export_depend>
<build_export_depend>libboost-thread-dev</build_export_depend>
<build_export_depend>message_filters</build_export_depend>
<build_export_depend>nodelet</build_export_depend>
<build_export_depend>pluginlib</build_export_depend>
Expand Down