Skip to content

Commit b1fd38a

Browse files
committed
Update doctest to latest version
1 parent f3beb75 commit b1fd38a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ target_include_directories(foonathan_memory_profiling PRIVATE
1111
# Fetch doctest.
1212
message(STATUS "Fetching doctest")
1313
include(FetchContent)
14-
FetchContent_Declare(doctest URL https://github.com/doctest/doctest/archive/refs/tags/v2.4.9.zip)
14+
FetchContent_Declare(doctest URL https://github.com/doctest/doctest/archive/refs/tags/v2.4.12.zip)
1515
FetchContent_MakeAvailable(doctest)
1616

1717
set(tests

0 commit comments

Comments
 (0)