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

@@ -2,7 +2,7 @@
// Copyright (c) 2012 - 2016, Victor Zverovich
// All rights reserved.
#if !defined(SPDLOG_FMT_EXTERNAL) && !defined(SPDLOG_USE_STD_FORMAT)
#if defined(SPDLOG_USE_STD_FORMAT)
#include "spdlog/fmt/bundled/format-inl.h"
FMT_BEGIN_NAMESPACE
@@ -38,4 +38,4 @@ template FMT_API void buffer<wchar_t>::append(const wchar_t *, const wchar_t *);
} // namespace detail
FMT_END_NAMESPACE
#endif // !SPDLOG_FMT_EXTERNAL
#endif // defined(SPDLOG_USE_STD_FORMAT)