Skip to content

Commit 3c3f06c

Browse files
committed
libfmt 12.0
1 parent c1e7a2e commit 3c3f06c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/libfmt.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ MACRO(BUNDLE_LIBFMT)
1515
ExternalProject_Add(
1616
libfmt
1717
PREFIX "${dir}"
18-
URL "https://github.com/fmtlib/fmt/releases/download/11.1.4/fmt-11.1.4.zip"
19-
URL_MD5 ad6a56b15cddf4aad2a234e7cfc9e8c9
18+
URL "https://github.com/fmtlib/fmt/releases/download/12.0.0/fmt-12.0.0.zip"
19+
URL_MD5 9bd04e6e8c5b1733e4eefb473604219d
2020
INSTALL_COMMAND ""
2121
CONFIGURE_COMMAND ""
2222
BUILD_COMMAND ""

0 commit comments

Comments
 (0)