Build system: mark ERT as REQUIRED

de facto, this does not change anything because opm-parser is required
and it has a hard dependency on ERT. It is good style to declare all
prerequisites explicitly in each module, though. Thanks to [at]bska
for the catch.
This commit is contained in:
Andreas Lauser 2014-07-16 10:38:43 +02:00 committed by Bård Skaflestad
parent a4fcc0a99f
commit 444e2be623

View File

@ -28,7 +28,7 @@ set (opm-core_DEPS
# xml processing (for config parsing)
"TinyXML"
# Ensembles-based Reservoir Tools (ERT)
"ERT"
"ERT REQUIRED"
# Look for MPI support
"MPI"
# DUNE dependency