mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +08:00
Removed bundled fmtlib. Use FetchContent instead
This commit is contained in:
@@ -14,10 +14,8 @@
|
||||
|
||||
#if defined(SPDLOG_USE_STD_FORMAT)
|
||||
#include <format>
|
||||
#elif defined(SPDLOG_FMT_EXTERNAL)
|
||||
#include <fmt/format.h>
|
||||
#else
|
||||
#include "spdlog/fmt/bundled/format.h"
|
||||
#include <fmt/format.h>
|
||||
#endif
|
||||
|
||||
#include <atomic>
|
||||
|
Reference in New Issue
Block a user