From 6921c8f26482140e99ab2c1ba1b78af1fff3b6f4 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Mon, 7 Jun 2021 09:32:39 -0400 Subject: [PATCH] Upgrading doctest. --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index e370559..1e9e97e 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -6,7 +6,7 @@ include(FetchContent) FetchContent_Declare(doctest GIT_REPOSITORY https://github.com/onqtam/doctest.git - GIT_TAG 2.4.1) + GIT_TAG 2.4.6) FetchContent_Declare(supplemental_test_files GIT_REPOSITORY https://github.com/fastfloat/supplemental_test_files.git GIT_TAG origin/main)