diff options
author | José Bollo <jose.bollo@iot.bzh> | 2016-05-09 10:56:08 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2016-05-09 10:56:08 +0200 |
commit | 4d3b4b1451b2ea67bd0b6f8089cc8a60c922b918 (patch) | |
tree | 4f2806ea1210c164c766ab9f4f55149e3becf8d2 | |
parent | 0a06ae40543bb9043e80be8d2aa480ecf995800c (diff) |
test systemd version
Change-Id: Ibee4c7189a72b38117e8b6fc01844a45a951fdeb
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4a856289..1289cece 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -53,7 +53,7 @@ IF(CMAKE_BUILD_TYPE MATCHES Debug) ENDIF(CMAKE_BUILD_TYPE MATCHES Debug) INCLUDE(FindPkgConfig) -PKG_CHECK_MODULES(libsystemd REQUIRED libsystemd) +PKG_CHECK_MODULES(libsystemd REQUIRED libsystemd>=222) PKG_CHECK_MODULES(json-c REQUIRED json-c) PKG_CHECK_MODULES(libmicrohttpd REQUIRED libmicrohttpd>=0.9.48) PKG_CHECK_MODULES(openssl REQUIRED openssl) |