Removed bundled fmtlib. Use FetchContent instead

This commit is contained in:
gabime
2023-12-22 16:19:05 +02:00
parent f9c9f5cb6a
commit 1161d640a1
26 changed files with 31 additions and 15627 deletions

View File

@@ -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>