From 77d103f396a58849f2c1ea9a56cae5237eb4b6a9 Mon Sep 17 00:00:00 2001 From: Brendan Le Foll Date: Fri, 23 May 2014 14:20:07 +0100 Subject: [PATCH] cmake: update to maa 0.2.6 Signed-off-by: Brendan Le Foll --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 12caa674..fbab761d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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.5) +pkg_check_modules (MAA REQUIRED maa=0.2.6) message (INFO " found libmaa version: ${MAA_VERSION}") set (CMAKE_SWIG_FLAGS "")