mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
V2.x no std format (#3271)
* Removed SPDLOG_USE_STD_FORMAT * Removed SPDLOG_USE_STD_FORMAT * clang-format * Fix windows.yml ci * Fix ci
This commit is contained in:
@@ -27,9 +27,5 @@
|
||||
// Disable default logger creation
|
||||
#cmakedefine SPDLOG_DISABLE_DEFAULT_LOGGER
|
||||
|
||||
// Use std::format instead of fmtlib
|
||||
#cmakedefine SPDLOG_USE_STD_FORMAT
|
||||
|
||||
// Use external fmtlib instead of bundled
|
||||
#cmakedefine SPDLOG_FMT_EXTERNAL
|
||||
|
||||
|
Reference in New Issue
Block a user