Skip to content

Commit

Permalink
Merge pull request ros-perception#379 from fizyr-forks/boost-1.69
Browse files Browse the repository at this point in the history
Fix boost 1.69 compatibility
  • Loading branch information
Joshua Whitley committed Apr 8, 2019
2 parents b7121d5 + 985b19a commit a5c4c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image_view/CMakeLists.txt
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 a5c4c48

Please sign in to comment.