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:
@@ -18,7 +18,8 @@ find_opm_package (
|
||||
# dependencies
|
||||
"CXX11Features REQUIRED;
|
||||
BLAS REQUIRED;
|
||||
LAPACK REQUIRED
|
||||
LAPACK REQUIRED;
|
||||
MPI
|
||||
"
|
||||
# header to search for
|
||||
"dune/common/fvector.hh"
|
||||
|
||||
Reference in New Issue
Block a user