Upgrading doctest.

This commit is contained in:
Daniel Lemire 2021-06-07 09:32:39 -04:00
parent f54b41c09e
commit 6921c8f264

View File

@ -6,7 +6,7 @@ include(FetchContent)
FetchContent_Declare(doctest FetchContent_Declare(doctest
GIT_REPOSITORY https://github.com/onqtam/doctest.git GIT_REPOSITORY https://github.com/onqtam/doctest.git
GIT_TAG 2.4.1) GIT_TAG 2.4.6)
FetchContent_Declare(supplemental_test_files FetchContent_Declare(supplemental_test_files
GIT_REPOSITORY https://github.com/fastfloat/supplemental_test_files.git GIT_REPOSITORY https://github.com/fastfloat/supplemental_test_files.git
GIT_TAG origin/main) GIT_TAG origin/main)