We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d78259 commit 95559f6Copy full SHA for 95559f6
CMakeLists.txt
@@ -56,8 +56,11 @@ if(NOT TIFF_FOUND)
56
add_library(TIFF::TIFF ALIAS tiff)
57
endif()
58
59
-find_package(OpenCV REQUIRED)
60
-#message(STATUS ${OpenCV_INCLUDE_DIRS})
+if(NOT APPLE)
+ find_package(OpenCV REQUIRED)
61
+ #message(STATUS ${OpenCV_INCLUDE_DIRS})
62
+endif()
63
+
64
65
if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/RELIGHT_VERSION")
66
# version is read from RELIGHT_VERSION file
0 commit comments