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:
Roland Kaufmann 2013-03-15 08:58:07 +01:00
parent 606d69fd38
commit edd6b15497

View File

@ -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"