Ver código fonte

CMakeLists.txt: move required libmraa version to 0.4.5

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
Brendan Le Foll 10 anos atrás
pai
commit
d15bf86157
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      CMakeLists.txt

+ 1
- 1
CMakeLists.txt Ver arquivo

@@ -9,7 +9,7 @@ endif ()
9 9
 find_package (Threads REQUIRED)
10 10
 find_package (PkgConfig REQUIRED)
11 11
 # force the libmraa version to be the required version
12
-pkg_check_modules (MRAA REQUIRED mraa>=0.4.0)
12
+pkg_check_modules (MRAA REQUIRED mraa>=0.4.5)
13 13
 message (INFO " found libmraa version: ${MRAA_VERSION}")
14 14
 
15 15
 # Appends the cmake/modules path to MAKE_MODULE_PATH variable.