We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3beb75 commit b1fd38aCopy full SHA for b1fd38a
1 file changed
test/CMakeLists.txt
@@ -11,7 +11,7 @@ target_include_directories(foonathan_memory_profiling PRIVATE
11
# Fetch doctest.
12
message(STATUS "Fetching doctest")
13
include(FetchContent)
14
-FetchContent_Declare(doctest URL https://github.com/doctest/doctest/archive/refs/tags/v2.4.9.zip)
+FetchContent_Declare(doctest URL https://github.com/doctest/doctest/archive/refs/tags/v2.4.12.zip)
15
FetchContent_MakeAvailable(doctest)
16
17
set(tests
0 commit comments