Skip to content

Commit

Permalink
[shortfin] Bump spdlog and fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
marbre committed Dec 17, 2024
1 parent f23284c commit 1597a0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shortfin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ if(SHORTFIN_BUNDLE_DEPS)
FetchContent_Declare(
fmt
GIT_REPOSITORY https://github.com/fmtlib/fmt.git
GIT_TAG e69e5f977d458f2650bb346dadf2ad30c5320281 # 10.2.1 (sync with spdlog)
GIT_TAG 0c9fce2ffefecfdce794e1859584e25877b7b592 # 11.0.2 (sync with spdlog)
)

## spdlog
Expand All @@ -149,7 +149,7 @@ if(SHORTFIN_BUNDLE_DEPS)
FetchContent_Declare(
spdlog
GIT_REPOSITORY https://github.com/gabime/spdlog.git
GIT_TAG 2d4acf8cc321d7783d8f2e22e17a794c6d0e9450 # v1.14.1
GIT_TAG 8e5613379f5140fefb0b60412fbf1f5406e7c7f8 # v1.15.0
)

## xtl: required for xtensor
Expand Down

0 comments on commit 1597a0e

Please sign in to comment.