Skip to content

Commit

Permalink
Bump fmt to 10.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gabime committed Jan 13, 2024
1 parent 1ce7f5e commit aa5d9af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/fmtlib.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ include(FetchContent)
FetchContent_Declare(
fmt
GIT_REPOSITORY https://github.com/fmtlib/fmt.git
GIT_TAG f5e54359df4c26b6230fc61d38aa294581393084 # 10.1.1
GIT_TAG e69e5f977d458f2650bb346dadf2ad30c5320281 # 10.2.1
GIT_SHALLOW ON
GIT_PROGRESS TRUE
)

Expand Down

0 comments on commit aa5d9af

Please sign in to comment.