Make opm-output REQUIRED for opm-upscaling.

This commit is contained in:
Atgeirr Flø Rasmussen
2016-03-31 17:24:42 +02:00
parent 15addc22b5
commit fe8870bb97

View File

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