Update spdlog to v1.6.1

This commit is contained in:
Oliver Hamlet
2020-06-14 10:37:02 +01:00
parent a2b4bef977
commit 8abc7160c8
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -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 "")
+4
View File
@@ -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>