1
0
mirror of https://github.com/MariaDB/server.git synced 2025-04-18 21:44:20 +03:00

new libfmt

This commit is contained in:
Oleksandr Byelkin 2025-04-16 09:09:43 +02:00
parent a524ec5951
commit 3b4b5bef2a

View File

@ -15,8 +15,8 @@ MACRO(BUNDLE_LIBFMT)
ExternalProject_Add(
libfmt
PREFIX "${dir}"
URL "https://github.com/fmtlib/fmt/releases/download/11.0.2/fmt-11.0.2.zip"
URL_MD5 c622dca45ec3fc95254c48370a9f7a1d
URL "https://github.com/fmtlib/fmt/releases/download/11.1.4/fmt-11.1.4.zip"
URL_MD5 ad6a56b15cddf4aad2a234e7cfc9e8c9
INSTALL_COMMAND ""
CONFIGURE_COMMAND ""
BUILD_COMMAND ""