mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-08-30 13:41:13 +02:00
Update fmt and doctest (#163)
* update dependencies * update cache version used * update checkout version used
This commit is contained in:
parent
a13bc56bcb
commit
ab5c08abed
9 changed files with 16 additions and 16 deletions
|
@ -28,7 +28,7 @@ CPMAddPackage("gh:TheLartians/PackageProject.cmake@1.8.0")
|
|||
|
||||
CPMAddPackage(
|
||||
NAME fmt
|
||||
GIT_TAG 8.1.1
|
||||
GIT_TAG 9.1.0
|
||||
GITHUB_REPOSITORY fmtlib/fmt
|
||||
OPTIONS "FMT_INSTALL YES" # create an installable target
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue