Skip to content

Commit

Permalink
Update internal_deps.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov authored Oct 10, 2024
1 parent c0b7dba commit 04073b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions thirdparty/internal_deps.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ FetchContent_MakeAvailable(string-view-lite)
set (FMT_INSTALL ON CACHE BOOL "" FORCE)
FetchContent_Declare(
fmt
URL https://github.com/fmtlib/fmt/archive/refs/tags/11.0.2.tar.gz
URL_HASH SHA256=6cb1e6d37bdcb756dbbe59be438790db409cdb4868c66e888d5df9f13f7c027f
URL https://github.com/fmtlib/fmt/archive/refs/tags/10.2.1.tar.gz
URL_HASH SHA256=1250e4cc58bf06ee631567523f48848dc4596133e163f02615c97f78bab6c811
)
FetchContent_MakeAvailable(fmt)

Expand Down

0 comments on commit 04073b6

Please sign in to comment.