VILLASframework / common

Archived: The libvillas-common library has been integrated into the VILLASnode repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

upgrade minimum required versions for spdlog (1.3.1 to 1.6.0) and fmtlib (5.2.0 to 5.3.0) - [merged]

stv0g opened this issue · comments

In GitLab by @skolen on Jan 7, 2022, 16:05

Merges fix-min-versions-spdlog-fmtlib -> master

I noticed there is a problem with the min required version of spdlog. Since the spdlog::custom_flag_formatter that is used for the CustomLevelFlag class is only supported since version 1.6.0 I have changed the CMakeFile to this version. It requires at least fmtlib 5.3.0 so this was also upgraded.

In GitLab by @skolen on Jan 7, 2022, 16:05

requested review from @stvogel

approved this merge request