1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-08-30 21:51:12 +02:00

Update fmt and doctest (#163)

* update dependencies

* update cache version used

* update checkout version used
This commit is contained in:
Lars Melchior 2023-02-03 18:31:28 +01:00 committed by GitHub
parent a13bc56bcb
commit ab5c08abed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 16 additions and 16 deletions

View file

@ -15,7 +15,7 @@ include(../cmake/tools.cmake)
include(../cmake/CPM.cmake)
CPMAddPackage("gh:onqtam/doctest@2.4.8")
CPMAddPackage("gh:doctest/doctest@2.4.9")
CPMAddPackage("gh:TheLartians/Format.cmake@1.7.3")
if(TEST_INSTALLED_VERSION)