Make project used forked doctest

This commit is contained in:
ado
2023-02-12 12:23:25 +01:00
parent 8dcb69aa2c
commit 04edf1e532
3 changed files with 14 additions and 12 deletions

View File

@@ -5,7 +5,7 @@ BUILD_TYPE=Debug
set -eux
git clone https://github.com/onqtam/doctest -b 2.4.4 --depth 1
git clone https://github.com/red0124/doctest -b master --depth 1
cmake -S doctest -B doctest/build \
-D CMAKE_BUILD_TYPE=${BUILD_TYPE} \