maa: update for 0.2.5 API

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-05-19 10:45:09 +01:00
parent d6bb8bc1db
commit 811aa6b71c
4 changed files with 6 additions and 6 deletions

View File

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