Skip to content

Commit 0901175

Browse files
committed
add missing boost linkage
git-svn-id: https://code.ros.org/svn/ros-pkg/stacks/laser_pipeline/trunk@40155 eb33c2ac-9c88-4c90-87e0-44a10359b0c3
1 parent 688ea06 commit 0901175

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ rosbuild_add_executable(point_cloud_assembler src/point_cloud_assembler.cpp)
1919
rosbuild_link_boost(point_cloud_assembler signals)
2020

2121
rosbuild_add_executable(../test/dummy_scan_producer test/dummy_scan_producer.cpp)
22+
rosbuild_link_boost(../test/dummy_scan_producer thread signals)
2223

2324
rosbuild_add_executable(merge_clouds src/merge_clouds.cpp)
2425
rosbuild_link_boost(merge_clouds thread signals)

0 commit comments

Comments
 (0)