Elucidate description string for opm-parser.

The 'opm-parser' module is (currently) designed to parse ECL-type
simulation models.  Reflect that fact in its description.
This commit is contained in:
Bård Skaflestad 2014-03-03 15:44:16 +01:00
parent f482e89e48
commit 1ce36d7c06

View File

@ -30,6 +30,6 @@ set (opm-core_DEPS
# DUNE dependency
"dune-common"
"dune-istl"
#Parser library
# Parser library for ECL-type simulation models
"opm-parser REQUIRED"
)