mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Defer searching for opm-parser
The "opm-parser" module is expected to become dependent upon the ERT library. Defer searching for the parser module until we've established whether or not ERT is availble. Suggested by: @andlaus
This commit is contained in:
parent
6b0f7c493c
commit
f482e89e48
@ -25,11 +25,11 @@ set (opm-core_DEPS
|
|||||||
"SuperLU"
|
"SuperLU"
|
||||||
# xml processing (for config parsing)
|
# xml processing (for config parsing)
|
||||||
"TinyXML"
|
"TinyXML"
|
||||||
#Parser library
|
|
||||||
"opm-parser REQUIRED"
|
|
||||||
# Ensembles-based Reservoir Tools (ERT)
|
# Ensembles-based Reservoir Tools (ERT)
|
||||||
"ERT"
|
"ERT"
|
||||||
# DUNE dependency
|
# DUNE dependency
|
||||||
"dune-common"
|
"dune-common"
|
||||||
"dune-istl"
|
"dune-istl"
|
||||||
|
#Parser library
|
||||||
|
"opm-parser REQUIRED"
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user