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

upgrade minimum required versions for spdlog (1.3.1 to 1.6.0) and fmtlib (5.2.0 to 5.3.0)

This commit is contained in:
Sonja Happ 2022-01-07 16:02:21 +01:00 committed by Steffen Vogel
parent 0b3f24c47e
commit ecf10bd43c

View file

@ -55,8 +55,8 @@ 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(spdlog 1.6.0 REQUIRED)
find_package(fmt 5.3.0 REQUIRED)
find_package(Criterion)
pkg_check_modules(JANSSON IMPORTED_TARGET REQUIRED jansson>=2.7)