mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
new libfmt 11.0.2
This commit is contained in:
parent
f27b69a447
commit
649e08f8b3
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ MACRO(BUNDLE_LIBFMT)
|
|||
ExternalProject_Add(
|
||||
libfmt
|
||||
PREFIX "${dir}"
|
||||
URL "https://github.com/fmtlib/fmt/releases/download/11.0.1/fmt-11.0.1.zip"
|
||||
URL_MD5 5f3915e2eff60e7f70c558120592100d
|
||||
URL "https://github.com/fmtlib/fmt/releases/download/11.0.2/fmt-11.0.2.zip"
|
||||
URL_MD5 c622dca45ec3fc95254c48370a9f7a1d
|
||||
INSTALL_COMMAND ""
|
||||
CONFIGURE_COMMAND ""
|
||||
BUILD_COMMAND ""
|
||||
|
|
Loading…
Reference in a new issue