diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 2755fea6cce..b8b9477eaf8 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -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()