Skip to content

Commit

Permalink
[3rdparty] Try an older tag on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Jul 5, 2024
1 parent 58aa4ad commit 87ccbec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/avendish.dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ if(NOT TARGET fmt::fmt)
FetchContent_Declare(
fmt
GIT_REPOSITORY "https://github.com/fmtlib/fmt"
GIT_TAG master
GIT_TAG 10.1.1
GIT_PROGRESS true
)
FetchContent_MakeAvailable(fmt)
Expand Down

0 comments on commit 87ccbec

Please sign in to comment.