Skip to content
Snippets Groups Projects
Commit f53e761c authored by Simon Praetorius's avatar Simon Praetorius
Browse files

Merge branch 'issue/restrict_mpi_version' into 'master'

require at least MPI >= 3.0

See merge request !891
parents 11ee9e0e 2083e91a
No related branches found
No related tags found
1 merge request!891require at least MPI >= 3.0
Pipeline #31197 passed with warnings
# Master (will become release 2.8)
- Set minimal required MPI version in cmake to >= 3.0.
- Previous versions of dune-common imported `std::shared_ptr` and `std::make_shared`
into the `Dune` namespace. dune-common-2.8 stops doing that.
......
......@@ -21,7 +21,7 @@
#
find_package(MPI)
find_package(MPI 3.0 COMPONENTS C)
# text for feature summary
set_package_properties("MPI" PROPERTIES
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment