Skip to content

Commit

Permalink
fix: 🐛 use cpack-able fmt version
Browse files Browse the repository at this point in the history
  • Loading branch information
jontitorr committed Oct 31, 2023
1 parent 6bf3e1d commit 5d8b58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ endif()

include(cmake/CPM.cmake)

cpmfindpackage(NAME "fmt" GITHUB_REPOSITORY "fmtlib/fmt" GIT_TAG "10.1.0")
cpmfindpackage(NAME "fmt" GITHUB_REPOSITORY "fmtlib/fmt" GIT_TAG "13156e5")

cpmfindpackage(
NAME
Expand Down

0 comments on commit 5d8b58b

Please sign in to comment.