Skip to content

Commit

Permalink
do not fail on opencv 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui authored Oct 17, 2017
1 parent 70ad4c1 commit d8193dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

find_package(OpenCV REQUIRED core highgui imgproc imgcodecs)
find_package(OpenCV QUIET core highgui imgproc imgcodecs)
if(NOT OpenCV_FOUND)
find_package(OpenCV REQUIRED core highgui imgproc)
endif()
Expand Down

0 comments on commit d8193dd

Please sign in to comment.