mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 11:30:55 +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
|
# Opencv Package
|
||||||
FIND_PACKAGE( OpenCV REQUIRED )
|
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}")
|
MESSAGE(FATAL_ERROR "OpenCV version is not compatible : ${OpenCV_VERSION}")
|
||||||
ENDIF()
|
ENDIF()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user