Merge pull request #117 from andlaus/add_opm-parser_dependency

ewoms-prereqs.cmake: make the optionaly depency on opm-parser explicit
This commit is contained in:
Andreas Lauser
2016-05-17 12:38:46 +02:00

View File

@@ -33,6 +33,7 @@ set (ewoms_DEPS
"opm-material REQUIRED"
"dune-alugrid"
"dune-fem"
"opm-parser"
"opm-grid"
# librt (on some systems necessary for clock_gettime())
"librt REQUIRED"