Skip to content

Commit 7bccb5e

Browse files
committed
Update doctest 2.4.12
1 parent c28a4d8 commit 7bccb5e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

conanfile.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[requires]
2-
doctest/2.4.11
2+
doctest/2.4.12
33

44
[generators]
55
CMakeToolchain

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.11 https://github.com/doctest/doctest
29+
git clone --depth=1 --branch=v2.4.12 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)