Commit 4355d000 authored by Wieland Morgenstern's avatar Wieland Morgenstern

OpenCV v3 minimum requirement now

parent a6b4e54f
......@@ -693,6 +693,10 @@ endif()
# ----------------------------------------------------------------------------
find_package(OpenCV REQUIRED)
if(OpenCV_VERSION_MAJOR LESS 3)
message(FATAL_ERROR "OpenCV minimum required version is 3.0, found ${OpenCV_VERSION}")
endif()
add_subdirectory(src/calibration)
add_subdirectory(src/autocrop)
add_subdirectory(src/audio/orah/orah4i2b)
......
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