cmake: make required maa version 0.2.6+

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll 2014-05-28 14:22:37 +01:00
parent 81278510c0
commit e785b0f03b

View File

@ -9,7 +9,7 @@ endif ()
find_package (Threads REQUIRED) find_package (Threads REQUIRED)
find_package (PkgConfig REQUIRED) find_package (PkgConfig REQUIRED)
# force the libmaa version to be the required version # force the libmaa version to be the required version
pkg_check_modules (MAA REQUIRED maa=0.2.6) pkg_check_modules (MAA REQUIRED maa>=0.2.6)
message (INFO " found libmaa version: ${MAA_VERSION}") message (INFO " found libmaa version: ${MAA_VERSION}")
set (CMAKE_SWIG_FLAGS "") set (CMAKE_SWIG_FLAGS "")