Merge pull request #177 from andlaus/optional_dune-localfunctions

make dune-localfunctions optional for eWoms
This commit is contained in:
Andreas Lauser
2016-09-22 17:20:04 +02:00
committed by GitHub
+1 -1
View File
@@ -25,12 +25,12 @@ set (ewoms_DEPS
"CXX11Features REQUIRED"
# DUNE prerequisites
"dune-common REQUIRED"
"dune-localfunctions REQUIRED"
"dune-geometry REQUIRED"
"dune-grid REQUIRED"
"dune-istl REQUIRED"
"opm-common REQUIRED"
"opm-material REQUIRED"
"dune-localfunctions"
"dune-alugrid"
"dune-fem"
"opm-parser"