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:
parent
0b3f24c47e
commit
ecf10bd43c
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue