Update fmt to 11.1.3

This commit is contained in:
Oliver Hamlet
2025-02-01 19:25:19 +00:00
parent afdafa492e
commit 1a8f1a0e0a
+2 -2
View File
@@ -158,8 +158,8 @@ endif()
FetchContent_Declare(
fmt
URL "https://github.com/fmtlib/fmt/archive/refs/tags/11.0.2.tar.gz"
URL_HASH "SHA256=6cb1e6d37bdcb756dbbe59be438790db409cdb4868c66e888d5df9f13f7c027f"
URL "https://github.com/fmtlib/fmt/archive/refs/tags/11.1.3.tar.gz"
URL_HASH "SHA256=67cd23ea86ccc359693e2ce1ba8d1bab533c02d743c09b15f3131102d0c2fc1c"
FIND_PACKAGE_ARGS)
set(SPDLOG_FMT_EXTERNAL ON)