mirror of
https://github.com/gabime/spdlog.git
synced 2026-04-19 22:48:53 +00:00
The CI was passing -DCMAKE_CXX_STANDARD=11 even when SPDLOG_USE_STD_FORMAT=ON, which requires C++20. Previously this was masked because CMakeLists.txt unconditionally set C++20 for std::format, but #3583 made that conditional.