mirror of
https://github.com/gabime/spdlog.git
synced 2025-02-05 04:06:46 +08:00
Bump fmt to version 11.1.3
This commit is contained in:
parent
fbffd38030
commit
27d8580131
@ -3,8 +3,8 @@ include(FetchContent)
|
||||
FetchContent_Declare(
|
||||
fmt
|
||||
DOWNLOAD_EXTRACT_TIMESTAMP FALSE
|
||||
URL https://github.com/fmtlib/fmt/archive/refs/tags/11.1.2.tar.gz
|
||||
URL_HASH SHA256=d8773cf062cc806d4dd4df658111f15ba7a2c9c65db5084d2491696828b1eb97)
|
||||
URL https://github.com/fmtlib/fmt/archive/refs/tags/11.1.3.tar.gz
|
||||
URL_HASH SHA256=67cd23ea86ccc359693e2ce1ba8d1bab533c02d743c09b15f3131102d0c2fc1c)
|
||||
|
||||
FetchContent_GetProperties(fmt)
|
||||
if(NOT fmt_POPULATED)
|
||||
|
Loading…
Reference in New Issue
Block a user