Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump min Catch2 version to 3.4.0 #5561

Merged
merged 1 commit into from
Oct 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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