From 52a6b00752fba6652dd36b11c2ee4852b8ee1ed9 Mon Sep 17 00:00:00 2001 From: Roland Kaufmann Date: Wed, 13 Mar 2013 00:02:54 +0100 Subject: [PATCH] Add direct dependency on dune-common We need to link to the library provided by dune-common, but dune-istl does not pull this one in transitively. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9577f513..a5fd3540 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,6 +42,7 @@ set (${project}_DEPS # Ensembles-based Reservoir Tools (ERT) "ERT" # DUNE dependency + "dune-common" "dune-istl" )