Skip to content

Commit 7b3c404

Browse files
committed
Update doctest to v2.5.0
1 parent 7bccb5e commit 7b3c404

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ fi
2626
# Function to install doctest
2727
_install_doctest() {
2828
cd "$REPO_DIR"
29-
git clone --depth=1 --branch=v2.4.12 https://github.com/doctest/doctest
29+
git clone --depth=1 --branch=v2.5.0 https://github.com/doctest/doctest
3030
cd doctest && mkdir -p build && cd build
3131
cmake .. -DDOCTEST_WITH_TESTS=OFF -DDOCTEST_WITH_MAIN_IN_STATIC_LIB=OFF -DCMAKE_INSTALL_PREFIX=$INSTALL_PREFIX
3232
cmake --build . --config Release --target install

0 commit comments

Comments
 (0)