mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 12:40:54 +08:00
Declared minimum opencv version at 2.4.8 (required for opencl)
This commit is contained in:
@@ -26,7 +26,7 @@ ENDIF()
|
|||||||
|
|
||||||
# Opencv Package
|
# Opencv Package
|
||||||
FIND_PACKAGE( OpenCV REQUIRED )
|
FIND_PACKAGE( OpenCV REQUIRED )
|
||||||
IF (${OpenCV_VERSION} VERSION_LESS 2.3.0)
|
IF (${OpenCV_VERSION} VERSION_LESS 2.4.8)
|
||||||
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