1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

cmake: update required versions

This commit is contained in:
Steffen Vogel 2019-09-03 23:29:16 +02:00
parent e85fd6aa70
commit 4256d742e2

View file

@ -55,9 +55,9 @@ endif()
# Check packages
find_package(OpenSSL 1.0.0 REQUIRED)
find_package(CURL 7.29 REQUIRED)
find_package(spdlog 1.3.1 REQUIRED)
find_package(fmt 5.2.0 REQUIRED)
find_package(Criterion)
find_package(spdlog REQUIRED)
find_package(fmt REQUIRED)
pkg_check_modules(JANSSON IMPORTED_TARGET REQUIRED jansson>=2.7)
pkg_check_modules(LIBCONFIG IMPORTED_TARGET libconfig>=1.4.9)