We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f00a655 commit 07be1b4Copy full SHA for 07be1b4
cmake/fmtlib.cmake
@@ -3,8 +3,8 @@ include(FetchContent)
3
FetchContent_Declare(
4
fmt
5
DOWNLOAD_EXTRACT_TIMESTAMP FALSE
6
- URL https://github.com/fmtlib/fmt/archive/refs/tags/11.0.2.tar.gz
7
- URL_HASH SHA256=6cb1e6d37bdcb756dbbe59be438790db409cdb4868c66e888d5df9f13f7c027f)
+ URL https://github.com/fmtlib/fmt/archive/refs/tags/11.1.2.tar.gz
+ URL_HASH SHA256=d8773cf062cc806d4dd4df658111f15ba7a2c9c65db5084d2491696828b1eb97)
8
9
FetchContent_GetProperties(fmt)
10
if(NOT fmt_POPULATED)
0 commit comments