aio: fix for maa aio API change and make required libmaa version exactly 0.2.3

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-05-14 14:09:41 +01:00
parent 8065ed42fd
commit d6bb8bc1db
2 changed files with 6 additions and 5 deletions

View File

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