소스 검색

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 년 전
부모
커밋
d15bf86157
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      CMakeLists.txt

+ 1
- 1
CMakeLists.txt 파일 보기

@@ -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.