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.