We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0306ce8 commit 28e34b4Copy full SHA for 28e34b4
3rdParty/libfmt/CMakeLists.txt
@@ -16,8 +16,8 @@ else()
16
endif()
17
include(FetchContent)
18
FetchContent_Declare(libfmt
19
- URL https://github.com/fmtlib/fmt/archive/92227c77a4eed4c12f97f7916041ace4d5ca02d4.tar.gz
20
- URL_HASH MD5=a60bc215a81a4ba770a7c1936311612f
+ URL https://github.com/fmtlib/fmt/archive/ff9ee0461a8dd02cbaf9458aa13301aa1099c0f7.tar.gz
+ URL_HASH MD5=19ff2a3abbbbdf25eff6bbc7afe539e7
21
)
22
FetchContent_MakeAvailableExcludeFromAll(libfmt)
23
0 commit comments