Declared minimum opencv version at 2.4.8 (required for opencl)

This commit is contained in:
Matt Hill
2014-02-20 19:10:28 -06:00
parent edf09df54f
commit 0b49374f81

View File

@@ -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()