Skip to content

Commit

Permalink
Bump catch2-3 to 3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rollbear committed Sep 17, 2024
1 parent 12b6eed commit a09ce13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ All images contain:
* valgrind
* kcov-v42 for compilers supporting C++17, kcov-v41 otherwise
* catch2-2.13.10
* catch2-3.7.0
* catch2-3.7.1
* fmt-8.1.1
* fmt-9.1.0
* fmt-10.2.1
* fmt-11.0.2
* benchmark-v1.8.5

The installed libraries are located under
`/usr/local/lib/c++{11,14,17,20,23}{libc++}` and they all have `CMake` packages,
`/usr/local/lib/c++{11,14,17,20,23,26}{libc++}` and they all have `CMake` packages,
so for example, to build with C++17 and libc++, run `cmake` for your program
with:
```l
Expand Down
2 changes: 1 addition & 1 deletion common/install-catch2-3.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -eou pipefail

VERSION="3.7.0"
VERSION="3.7.1"

CXX=$1
CXX_STANDARDS="$2"
Expand Down

0 comments on commit a09ce13

Please sign in to comment.