We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0e9c81 commit 592c3ddCopy full SHA for 592c3dd
example/VideoCam/CMakeLists.txt
@@ -4,7 +4,7 @@ project(video_cam VERSION 1.0)
4
message(STATUS "System Processor: ${CMAKE_SYSTEM_PROCESSOR}")
5
6
find_package(Threads REQUIRED)
7
-find_package(OpenCV REQUIRED)
+find_package(OpenCV QUIET)
8
if(NOT OpenCV_FOUND)
9
message(FATAL_ERROR "OpenCV not found! Please install OpenCV and make sure it's visible to CMake.")
10
endif()
0 commit comments