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:
Bård Skaflestad 2014-03-03 15:05:53 +01:00
parent 6b0f7c493c
commit f482e89e48

View File

@ -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"
) )