Switch dependency order.

This commit is contained in:
Atgeirr Flø Rasmussen 2016-04-01 08:06:15 +02:00
parent fe8870bb97
commit 87ca6b4764

View File

@ -27,6 +27,6 @@ set (opm-upscaling_DEPS
dune-grid REQUIRED;
opm-common REQUIRED;
opm-core REQUIRED;
opm-output REQUIRED;
dune-cornerpoint REQUIRED"
dune-cornerpoint REQUIRED;
opm-output REQUIRED"
)