Browse Source

Update libfmt

pull/7461/head
Gleb Mazovetskiy 1 year ago committed by Anders Jenbo
parent
commit
dcb496614f
  1. 4
      3rdParty/libfmt/CMakeLists.txt

4
3rdParty/libfmt/CMakeLists.txt vendored

@ -16,8 +16,8 @@ else()
endif()
include(FetchContent)
FetchContent_Declare(libfmt
URL https://github.com/fmtlib/fmt/archive/92227c77a4eed4c12f97f7916041ace4d5ca02d4.tar.gz
URL_HASH MD5=a60bc215a81a4ba770a7c1936311612f
URL https://github.com/fmtlib/fmt/archive/02537548f3a9efb5f3b83755acf50c8a16ba58c8.tar.gz
URL_HASH MD5=6901c6945cd311117d96baaa6d067380
)
FetchContent_MakeAvailableExcludeFromAll(libfmt)

Loading…
Cancel
Save