Skip to content

Commit

Permalink
Update libfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Oct 5, 2024
1 parent b11a095 commit 90227b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 3rdParty/libfmt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 90227b1

Please sign in to comment.