Skip to content

Commit 28e34b4

Browse files
authored
Bump libfmt version to support FMT_BUILTIN_TYPES
1 parent 0306ce8 commit 28e34b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

3rdParty/libfmt/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ else()
1616
endif()
1717
include(FetchContent)
1818
FetchContent_Declare(libfmt
19-
URL https://github.com/fmtlib/fmt/archive/92227c77a4eed4c12f97f7916041ace4d5ca02d4.tar.gz
20-
URL_HASH MD5=a60bc215a81a4ba770a7c1936311612f
19+
URL https://github.com/fmtlib/fmt/archive/ff9ee0461a8dd02cbaf9458aa13301aa1099c0f7.tar.gz
20+
URL_HASH MD5=19ff2a3abbbbdf25eff6bbc7afe539e7
2121
)
2222
FetchContent_MakeAvailableExcludeFromAll(libfmt)
2323

0 commit comments

Comments
 (0)