diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 13757184..ddf6c37a 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -3,7 +3,7 @@ include(FetchContent) FetchContent_Declare(doctest GIT_REPOSITORY https://github.com/doctest/doctest.git - GIT_TAG 1da23a3e8119ec5cce4f9388e91b065e20bf06f5 # v2.4.12 + GIT_TAG d44d4f6e66232d716af82f00a063759e9d0e50d6 # v2.5.0 FIND_PACKAGE_ARGS )