Skip to content

Commit 77e48bc

Browse files
authored
Update doctest tag to fix Windows compilation under C++20. (#46)
1 parent b1f094d commit 77e48bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/Doctest.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ if(ENABLE_DOCTESTS)
44
FetchContent_Declare(
55
DocTest
66
GIT_REPOSITORY "https://github.com/onqtam/doctest"
7-
GIT_TAG "932a2ca50666138256dae56fbb16db3b1cae133a"
7+
GIT_TAG "b7c21ec5ceeadb4951b00396fc1e4642dd347e5f"
88
)
99

1010
FetchContent_MakeAvailable(DocTest)

0 commit comments

Comments
 (0)