Skip to content

Commit

Permalink
Remove unused signals from find_package(Boost COMPONENTS ...)
Browse files Browse the repository at this point in the history
The signals library was not used at all, and it has been removed from
boost 1.69. As a result, the package doesn't build anymore with boost
1.69 without this change.
  • Loading branch information
de-vri-es committed Jan 17, 2019
1 parent 91eceb4 commit 985b19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image_view/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ find_package(catkin REQUIRED COMPONENTS camera_calibration_parsers cv_bridge dyn
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}
Expand Down

0 comments on commit 985b19a

Please sign in to comment.