upm: depend on libmaa 0.3.1
authorThomas Ingleby <thomas.c.ingleby@intel.com>
Fri, 20 Jun 2014 17:28:50 +0000 (18:28 +0100)
committerThomas Ingleby <thomas.c.ingleby@intel.com>
Fri, 20 Jun 2014 17:28:50 +0000 (18:28 +0100)
Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
CMakeLists.txt

index c9ab92b..c70e04f 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.9)
+pkg_check_modules (MAA REQUIRED maa>=0.3.1)
 message (INFO " found libmaa version: ${MAA_VERSION}")
 
 # Appends the cmake/modules path to MAKE_MODULE_PATH variable.