From d15bf86157f4252dce1d180a1a4b47e042810ebb Mon Sep 17 00:00:00 2001 From: Brendan Le Foll Date: Sun, 7 Sep 2014 20:19:19 +0100 Subject: [PATCH] CMakeLists.txt: move required libmraa version to 0.4.5 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 c3605d61..55f58c33 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ endif () find_package (Threads REQUIRED) find_package (PkgConfig REQUIRED) # force the libmraa version to be the required version -pkg_check_modules (MRAA REQUIRED mraa>=0.4.0) +pkg_check_modules (MRAA REQUIRED mraa>=0.4.5) message (INFO " found libmraa version: ${MRAA_VERSION}") # Appends the cmake/modules path to MAKE_MODULE_PATH variable.