1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-11-22 20:54:26 +01:00

Update doctest package version to 2.4.12 to fix CI/CD errors with macOS build

macOS builds are failing on the default template due to old `doctest` version.
This commit is contained in:
Vinícius Ferrão 2025-11-02 16:12:14 -03:00 committed by GitHub
parent 12cf5de1a8
commit 984937bbe1
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)