From b25cecd3152a33c39b24dbb389c630958656edc8 Mon Sep 17 00:00:00 2001 From: Mihai Tudor Panu Date: Thu, 19 Feb 2015 13:06:04 -0800 Subject: [PATCH] upm: require correct MRAA version Signed-off-by: Mihai Tudor Panu --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 62406117..9e927a04 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,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.5.4) +pkg_check_modules (MRAA REQUIRED mraa>=0.6.0) message (INFO " found libmraa version: ${MRAA_VERSION}") # Appends the cmake/modules path to MAKE_MODULE_PATH variable.