Skip to content

Commit

Permalink
Link in the "highgui" module for swri_opencv_util (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjreed committed Dec 14, 2017
1 parent 7c31ff6 commit 8c5a1da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swri_opencv_util/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project(swri_opencv_util)

find_package(catkin REQUIRED COMPONENTS cv_bridge swri_math_util)

find_package(OpenCV REQUIRED core imgproc)
find_package(OpenCV REQUIRED core imgproc highgui)

# The Boost Random library headers and namespaces changed between version
# 1.46 and 1.47
Expand Down

0 comments on commit 8c5a1da

Please sign in to comment.