From 453a6eae0e10d3b143fd05f74cb5d23a351d7922 Mon Sep 17 00:00:00 2001 From: Mihai Tudor Panu Date: Wed, 23 Sep 2015 17:36:41 -0700 Subject: [PATCH] upm: require mraa 0.8.0 for proper building of new APIs 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 ad670429..2c6ea835 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,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.7.5) +pkg_check_modules (MRAA REQUIRED mraa>=0.8.0) message (INFO " found mraa version: ${MRAA_VERSION}") # Appends the cmake/modules path to MAKE_MODULE_PATH variable.