We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1e7a2e commit 3c3f06cCopy full SHA for 3c3f06c
cmake/libfmt.cmake
@@ -15,8 +15,8 @@ MACRO(BUNDLE_LIBFMT)
15
ExternalProject_Add(
16
libfmt
17
PREFIX "${dir}"
18
- URL "https://github.com/fmtlib/fmt/releases/download/11.1.4/fmt-11.1.4.zip"
19
- URL_MD5 ad6a56b15cddf4aad2a234e7cfc9e8c9
+ URL "https://github.com/fmtlib/fmt/releases/download/12.0.0/fmt-12.0.0.zip"
+ URL_MD5 9bd04e6e8c5b1733e4eefb473604219d
20
INSTALL_COMMAND ""
21
CONFIGURE_COMMAND ""
22
BUILD_COMMAND ""
0 commit comments