Skip to content

Commit 7c00c94

Browse files
MiloszKosobuckiKDABMiKom
authored andcommitted
Use doctest revision compatible with CMake 4.0
It's not available in any released version so we have to get the revision from dev. The changes since 2.4.11 up to this rev were minimal however so we should be safe.
1 parent 3def330 commit 7c00c94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ else()
2222
fetchcontent_declare(
2323
doctest
2424
GIT_REPOSITORY https://github.com/doctest/doctest.git
25-
GIT_TAG ae7a13539fb71f270b87eb2e874fbac80bc8dda2 # v2.4.11
25+
GIT_TAG 3a01ec37828affe4c9650004edb5b304fb9d5b75 # dev branch commit with CMake compatibility fix
2626
)
2727
fetchcontent_makeavailable(doctest)
2828

0 commit comments

Comments
 (0)