Skip to content

Commit

Permalink
Update doctest version
Browse files Browse the repository at this point in the history
Fixes #135.
  • Loading branch information
foonathan committed Aug 1, 2022
1 parent 5e523a9 commit 755efbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ target_include_directories(foonathan_memory_profiling PRIVATE
# Fetch doctest.
message(STATUS "Fetching doctest")
include(FetchContent)
FetchContent_Declare(doctest URL https://github.com/onqtam/doctest/archive/2.4.5.zip)
FetchContent_Declare(doctest URL https://github.com/doctest/doctest/archive/refs/tags/v2.4.9.zip)
FetchContent_MakeAvailable(doctest)

set(tests
Expand Down

0 comments on commit 755efbb

Please sign in to comment.