OPM Porsol now depends on OPM Material

In the new build scheme, the prerequisites of each module is declared
in this file as the canonical version, and everything else includes it.
This commit is contained in:
Roland Kaufmann 2013-08-09 22:13:05 +02:00
parent 264f3b0747
commit bddcff89f2

View File

@ -21,5 +21,6 @@ set (opm-porsol_DEPS
dune-istl REQUIRED;
dune-grid REQUIRED;
opm-core REQUIRED;
opm-material REQUIRED;
dune-cornerpoint REQUIRED"
)