mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Update spdlog to v1.6.1
This commit is contained in:
+1
-1
@@ -158,7 +158,7 @@ ExternalProject_Add(testing-plugins
|
||||
|
||||
ExternalProject_Add(spdlog
|
||||
PREFIX "external"
|
||||
URL "https://github.com/gabime/spdlog/archive/v1.5.0.tar.gz"
|
||||
URL "https://github.com/gabime/spdlog/archive/v1.6.1.tar.gz"
|
||||
CONFIGURE_COMMAND ""
|
||||
BUILD_COMMAND ""
|
||||
INSTALL_COMMAND "")
|
||||
|
||||
@@ -26,6 +26,10 @@
|
||||
|
||||
#define FMT_USE_STD_STRING_VIEW
|
||||
|
||||
#ifdef _WIN32
|
||||
#define NOMINMAX
|
||||
#endif
|
||||
|
||||
#include <spdlog/spdlog.h>
|
||||
#include <spdlog/sinks/base_sink.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user