From 980a1b6eb90e0d8a215f4a9a1f4d5ef7745e9527 Mon Sep 17 00:00:00 2001 From: Andreas Lauser Date: Mon, 26 Aug 2013 13:02:52 +0200 Subject: [PATCH] add opm-material to the eWoms prerequisites this is needed by the imminent switch of eWoms to the OPM build system. --- cmake/Modules/ewoms-prereqs.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/Modules/ewoms-prereqs.cmake b/cmake/Modules/ewoms-prereqs.cmake index 023ac895..c61015c0 100644 --- a/cmake/Modules/ewoms-prereqs.cmake +++ b/cmake/Modules/ewoms-prereqs.cmake @@ -17,6 +17,7 @@ set (ewoms_DEPS "dune-geometry REQUIRED" "dune-grid REQUIRED" "dune-istl REQUIRED" + "opm-material REQUIRED" # valgrind client requests "Valgrind" # quadruple precision floating point calculations