Update spdlog to 1.10.0

This commit is contained in:
Oliver Hamlet
2022-09-15 22:47:11 +01:00
parent 9495323252
commit a4f168eb5f
+1 -1
View File
@@ -123,7 +123,7 @@ ExternalProject_Add(testing-plugins
ExternalProject_Add(spdlog
PREFIX "external"
URL "https://github.com/gabime/spdlog/archive/v1.9.2.tar.gz"
URL "https://github.com/gabime/spdlog/archive/v1.10.0.tar.gz"
CONFIGURE_COMMAND ""
BUILD_COMMAND ""
INSTALL_COMMAND "")