Skip to content

Commit 1cd179d

Browse files
offaDobiasd
authored andcommitted
Update doctest v2.4.11
1 parent bfa515a commit 1cd179d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ tests requires [doctest](https://github.com/doctest/doctest).
3737

3838
Install doctest:
3939
```bash
40-
git clone --depth=1 --branch=v2.4.9 https://github.com/doctest/doctest
40+
git clone --depth=1 --branch=v2.4.11 https://github.com/doctest/doctest
4141
cmake -S doctest -B doctest/build -DDOCTEST_WITH_TESTS=OFF -DDOCTEST_WITH_MAIN_IN_STATIC_LIB=OFF
4242
cmake --build doctest/build -j 4
4343
sudo cmake --install doctest/build
@@ -55,7 +55,7 @@ As an alternative, doctest global installation can be skipped by installing to
5555
a local prefix:
5656

5757
````bash
58-
git clone --depth=1 --branch=v2.4.9 https://github.com/doctest/doctest
58+
git clone --depth=1 --branch=v2.4.11 https://github.com/doctest/doctest
5959
cmake -S doctest -B doctest/build -DDOCTEST_WITH_TESTS=OFF -DDOCTEST_WITH_MAIN_IN_STATIC_LIB=OFF
6060
cmake --build doctest/build
6161
cmake --install doctest/build --prefix doctest

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.9
2+
doctest/2.4.11
33

44
[generators]
55
CMakeToolchain

script/ci_setup_dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
## Install doctest
5-
git clone --depth=1 --branch=v2.4.9 https://github.com/doctest/doctest
5+
git clone --depth=1 --branch=v2.4.11 https://github.com/doctest/doctest
66
cd doctest && mkdir -p build && cd build
77
cmake .. -DDOCTEST_WITH_TESTS=OFF -DDOCTEST_WITH_MAIN_IN_STATIC_LIB=OFF
88
cmake --build . --config Release --target install

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ set(
1212
include(../cmake/root-project.cmake)
1313
include(../cmake/warnings.cmake)
1414

15-
find_package(doctest 2.4.9 CONFIG REQUIRED)
15+
find_package(doctest 2.4.11 CONFIG REQUIRED)
1616
# for doctest_discover_tests
1717
include(doctest)
1818

0 commit comments

Comments
 (0)