Add MPI dependency for dune-common
mpihelper.hh needs to know HAVE_MPI in the same way as the compiled library in order to generate a consistent interface.
This commit is contained in:
parent
606d69fd38
commit
edd6b15497
@ -18,7 +18,8 @@ find_opm_package (
|
|||||||
# dependencies
|
# dependencies
|
||||||
"CXX11Features REQUIRED;
|
"CXX11Features REQUIRED;
|
||||||
BLAS REQUIRED;
|
BLAS REQUIRED;
|
||||||
LAPACK REQUIRED
|
LAPACK REQUIRED;
|
||||||
|
MPI
|
||||||
"
|
"
|
||||||
# header to search for
|
# header to search for
|
||||||
"dune/common/fvector.hh"
|
"dune/common/fvector.hh"
|
||||||
|
Loading…
Reference in New Issue
Block a user