Skip to content

Commit 592c3dd

Browse files
authored
fix cmake error #20
1 parent f0e9c81 commit 592c3dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/VideoCam/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project(video_cam VERSION 1.0)
44
message(STATUS "System Processor: ${CMAKE_SYSTEM_PROCESSOR}")
55

66
find_package(Threads REQUIRED)
7-
find_package(OpenCV REQUIRED)
7+
find_package(OpenCV QUIET)
88
if(NOT OpenCV_FOUND)
99
message(FATAL_ERROR "OpenCV not found! Please install OpenCV and make sure it's visible to CMake.")
1010
endif()

0 commit comments

Comments
 (0)