From 739d4e23e8b5085711cab7399da98690a6c675d0 Mon Sep 17 00:00:00 2001 From: Thomas Ingleby Date: Fri, 20 Jun 2014 18:28:50 +0100 Subject: [PATCH] upm: depend on libmaa 0.3.1 Signed-off-by: Thomas Ingleby --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c9ab92ba..c70e04ff 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.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.