mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 02:13:17 +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
|
||||
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}")
|
||||
ENDIF()
|
||||
|
||||
|
Reference in New Issue
Block a user