ewoms-prereqs.cmake: make the optionaly depency on opm-parser explicit

this allows to remove the opm-parser dependency of opm-core without
breaking ewoms/ebos...
This commit is contained in:
Andreas Lauser
2016-05-17 12:32:31 +02:00
parent 107e43a720
commit 33225a533a

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"