summaryrefslogtreecommitdiff
path: root/dev-ros/image_view/files/boost170.patch
blob: ab52d89c5fadf927d7f43070b68e1a1f9ad2cdc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: image_view/CMakeLists.txt
===================================================================
--- image_view.orig/CMakeLists.txt
+++ image_view/CMakeLists.txt
@@ -5,7 +5,7 @@ find_package(catkin REQUIRED COMPONENTS
 generate_dynamic_reconfigure_options(cfg/ImageView.cfg)
 
 catkin_package(CATKIN_DEPENDS dynamic_reconfigure)
-find_package(Boost REQUIRED COMPONENTS signals thread)
+find_package(Boost REQUIRED COMPONENTS thread)
 find_package(OpenCV REQUIRED)
 
 include_directories(${Boost_INCLUDE_DIRS}