CMakeLists.txt: depend on maa 0.2.9+
authorBrendan Le Foll <brendan.le.foll@intel.com>
Tue, 17 Jun 2014 10:41:11 +0000 (11:41 +0100)
committerBrendan Le Foll <brendan.le.foll@intel.com>
Tue, 17 Jun 2014 10:41:11 +0000 (11:41 +0100)
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
CMakeLists.txt

index 8427345..2f4cc34 100644 (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.6)
+pkg_check_modules (MAA REQUIRED maa>=0.2.9)
 message (INFO " found libmaa version: ${MAA_VERSION}")
 
 # Appends the cmake/modules path to MAKE_MODULE_PATH variable.