From 8d8485be820903547ffa997f3c97e4a33774beb6 Mon Sep 17 00:00:00 2001 From: Brendan Le Foll Date: Tue, 17 Jun 2014 11:41:11 +0100 Subject: [PATCH] CMakeLists.txt: depend on maa 0.2.9+ 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 84273459..2f4cc344 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.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.