From 2098449c56c91c75242faf177fd348d237cb6a6f Mon Sep 17 00:00:00 2001 From: Mihai Tudor Panu Date: Mon, 8 Feb 2016 12:41:03 -0800 Subject: [PATCH] upm: sync build requirements with new 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 05680bec..1d424035 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ find_package (PkgConfig REQUIRED) # Force a libmraa search and minimum required version every time a config is generated unset(MRAA_FOUND CACHE) -pkg_check_modules (MRAA REQUIRED mraa>=0.9.0) +pkg_check_modules (MRAA REQUIRED mraa>=0.9.1) message (INFO " found mraa version: ${MRAA_VERSION}") # Appends the cmake/modules path to MAKE_MODULE_PATH variable.