There was an error while loading. Please reload this page.
1 parent c28a4d8 commit 7bccb5eCopy full SHA for 7bccb5e
2 files changed
conanfile.txt
@@ -1,5 +1,5 @@
1
[requires]
2
-doctest/2.4.11
+doctest/2.4.12
3
4
[generators]
5
CMakeToolchain
script/ci.sh
@@ -26,7 +26,7 @@ fi
26
# Function to install doctest
27
_install_doctest() {
28
cd "$REPO_DIR"
29
- git clone --depth=1 --branch=v2.4.11 https://github.com/doctest/doctest
+ git clone --depth=1 --branch=v2.4.12 https://github.com/doctest/doctest
30
cd doctest && mkdir -p build && cd build
31
cmake .. -DDOCTEST_WITH_TESTS=OFF -DDOCTEST_WITH_MAIN_IN_STATIC_LIB=OFF -DCMAKE_INSTALL_PREFIX=$INSTALL_PREFIX
32
cmake --build . --config Release --target install
0 commit comments