Commit b67c64e2 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #9439 from eruffaldi:macos_build_opengl_qt5_interop2

parents a710317a 301ab438
if(APPLE)
return()
endif()
if(UNIX)
find_package(X11 QUIET)
if(NOT X11_FOUND)
......@@ -8,6 +12,8 @@ if(UNIX)
set(SAMPLE_LINKER_DEPS "${X11_LIBRARIES}")
endif()
SET(OPENCV_OPENGL_SAMPLES_REQUIRED_DEPS opencv_core opencv_imgproc opencv_imgcodecs opencv_videoio opencv_highgui)
ocv_check_dependencies(${OPENCV_OPENGL_SAMPLES_REQUIRED_DEPS})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment