1
0
mirror of https://github.com/gabime/spdlog.git synced 2025-04-01 02:42:41 +08:00

Bump fmt to 11.0.2

This commit is contained in:
gabime 2024-11-25 10:35:32 +02:00
parent 8563a6ab59
commit 496c5fd145

View File

@ -3,8 +3,8 @@ include(FetchContent)
FetchContent_Declare( FetchContent_Declare(
fmt fmt
DOWNLOAD_EXTRACT_TIMESTAMP FALSE DOWNLOAD_EXTRACT_TIMESTAMP FALSE
URL https://github.com/fmtlib/fmt/archive/refs/tags/10.2.1.tar.gz URL https://github.com/fmtlib/fmt/archive/refs/tags/11.0.2.tar.gz
URL_HASH SHA256=1250e4cc58bf06ee631567523f48848dc4596133e163f02615c97f78bab6c811) URL_HASH SHA256=6cb1e6d37bdcb756dbbe59be438790db409cdb4868c66e888d5df9f13f7c027f)
FetchContent_GetProperties(fmt) FetchContent_GetProperties(fmt)
if(NOT fmt_POPULATED) if(NOT fmt_POPULATED)
FetchContent_Populate(fmt) FetchContent_Populate(fmt)