Skip to content

Commit 144f027

Browse files
committed
doctest: update to version 2.4.12
1 parent 6a8a3d9 commit 144f027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if(NOT doctest_FOUND)
1313
FetchContent_Declare(
1414
doctest
1515
GIT_REPOSITORY "https://github.com/doctest/doctest.git"
16-
GIT_TAG "v2.4.11"
16+
GIT_TAG "v2.4.12"
1717
${SYSTEM_ARG}
1818
)
1919
FetchContent_MakeAvailable(doctest)

0 commit comments

Comments
 (0)