diff --git a/CMakeLists.txt b/CMakeLists.txt index 12d5e425..7e42b0b2 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.8.0) +pkg_check_modules (MRAA REQUIRED mraa>=0.9.0) message (INFO " found mraa version: ${MRAA_VERSION}") # Appends the cmake/modules path to MAKE_MODULE_PATH variable.