From 984937bbe1f710cb9fc1a8fcd1c9d3c1861f871c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Ferr=C3=A3o?= <2031761+viniciusferrao@users.noreply.github.com> Date: Sun, 2 Nov 2025 16:12:14 -0300 Subject: [PATCH] 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. --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 74cd08d..79ad988 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -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)