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

Commit 81cdea2

Browse files
narrow down required boost dependencies (#168)
Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
1 parent b003365 commit 81cdea2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

actionlib/package.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
<build_depend>message_generation</build_depend>
2525

2626
<depend>actionlib_msgs</depend>
27-
<depend>boost</depend>
27+
<depend>libboost-dev</depend>
28+
<depend>libboost-thread-dev</depend>
2829
<depend>roscpp</depend>
2930
<depend>rospy</depend>
3031
<depend>rostest</depend>

0 commit comments

Comments
 (0)