We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b38eea commit 301ab43Copy full SHA for 301ab43
samples/opengl/CMakeLists.txt
@@ -1,3 +1,7 @@
1
+if(APPLE)
2
+ return()
3
+endif()
4
+
5
if(UNIX)
6
find_package(X11 QUIET)
7
if(NOT X11_FOUND)
@@ -8,6 +12,8 @@ if(UNIX)
8
12
set(SAMPLE_LINKER_DEPS "${X11_LIBRARIES}")
9
13
endif()
10
14
15
16
11
17
SET(OPENCV_OPENGL_SAMPLES_REQUIRED_DEPS opencv_core opencv_imgproc opencv_imgcodecs opencv_videoio opencv_highgui)
18
19
ocv_check_dependencies(${OPENCV_OPENGL_SAMPLES_REQUIRED_DEPS})
0 commit comments