Skip to content

Commit

Permalink
Bump libfmt to v9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Mar 12, 2023
1 parent f2cb9f0 commit 2f460a6
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions 3rdParty/libfmt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,16 @@ else()
endif()
include(FetchContent)
if(NXDK)
# branch: nxdk-2022-07-19
# branch: nxdk-v9.1.0
FetchContent_Declare(libfmt
URL https://github.com/diasurgical/fmt/archive/16d67608437f4fb9d293e561b4ddbccf3815a097.tar.gz
URL_HASH MD5=7ef45573ef301c250717c60458aa7536
URL https://github.com/diasurgical/fmt/archive/f69d48bf4049bbdfa74afca02fac3c81bb609dc8.tar.gz
URL_HASH MD5=310c79c7a5cda3ad8f4e0d44d9fc1c57
)
else()
# branch 9.1.0-gcc6
FetchContent_Declare(libfmt
URL https://github.com/fmtlib/fmt/archive/688a627d6c4d1fb6dfe070397b7cd4bf55a0024e.tar.gz
URL_HASH MD5=55a7ac3c12ee83cc86b76275fd1e5f6b
URL https://github.com/fmtlib/fmt/archive/8455bb8a000cb5d6522dee01acf89c951b079de3.tar.gz
URL_HASH MD5=f364ba021925c6960e2e78b80fd1587b
)
endif()
FetchContent_MakeAvailableExcludeFromAll(libfmt)

0 comments on commit 2f460a6

Please sign in to comment.