Skip to content

Commit

Permalink
Bump libfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Mar 12, 2023
1 parent e64270b commit 3b3777f
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 2023-03-12-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/3cfe5be5fa043023eb45b57189ae712e84820127.tar.gz
URL_HASH MD5=1af2e953d7d62c69c409040d50e06573
)
endif()
FetchContent_MakeAvailableExcludeFromAll(libfmt)

0 comments on commit 3b3777f

Please sign in to comment.