Skip to content

Commit

Permalink
Bump min Catch2 version to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsvu committed Oct 11, 2023
1 parent 6eb8284 commit a0a5408
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmake/SetupCatch.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Distributed under the MIT License.
# See LICENSE.txt for details.

find_package(Catch2 3.0.1 REQUIRED)
find_package(Catch2 3.4.0 REQUIRED)

message(STATUS "Catch version: ${Catch2_VERSION}")

Expand Down
2 changes: 1 addition & 1 deletion docs/Installation/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ apt), or AppleClang 13.0.0 or later
* [Boost](http://www.boost.org/) 1.60.0 or later
* [Brigand](https://github.com/edouarda/brigand) at commit
1c398e4f1e817ab195e4cd6fbb03c18cb386eea3 (late 2020) or later
* [Catch2](https://github.com/catchorg/Catch2) 3.0.1 or later. Install from your
* [Catch2](https://github.com/catchorg/Catch2) 3.4.0 or later. Install from your
package manager or do a standard CMake build and installation (as detailed
in the [Catch2 docs](https://github.com/catchorg/Catch2/blob/devel/docs/cmake-integration.md#installing-catch2-from-git-repository)).
Compile with `CMAKE_POSITION_INDEPENDENT_CODE=ON`.
Expand Down
2 changes: 1 addition & 1 deletion support/DevEnvironments/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spack:
- blaze@3.8
- 'boost@1.60:+math+program_options'
- brigand@master
- 'catch2@3.0.1:3'
- 'catch2@3.4.0:3'
# Charm++:
# - The 'multicore' backend runs with shared memory on a single node. On
# clusters you should choose one of the multi-node backends instead.
Expand Down

0 comments on commit a0a5408

Please sign in to comment.