1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-11-22 20:54:26 +01:00
This commit is contained in:
Vinícius Ferrão 2025-11-02 19:14:15 +00:00 committed by GitHub
commit 6b01f517cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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