mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-29 04:23:48 -06:00
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:
parent
a4fcc0a99f
commit
444e2be623
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user