mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 07:10:53 +08:00
Reduced minimum OpenCV version (2.4.8 not required since OpenCL was removed)
This commit is contained in:
@@ -27,7 +27,7 @@ find_path(OpenCV_DIR
|
||||
|
||||
# Opencv Package
|
||||
FIND_PACKAGE( OpenCV REQUIRED )
|
||||
IF (${OpenCV_VERSION} VERSION_LESS 2.4.8)
|
||||
IF (${OpenCV_VERSION} VERSION_LESS 2.4.7)
|
||||
MESSAGE(FATAL_ERROR "OpenCV version is not compatible : ${OpenCV_VERSION}")
|
||||
ENDIF()
|
||||
|
||||
|
Reference in New Issue
Block a user