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.
This commit is contained in:
Roland Kaufmann 2013-03-13 00:02:54 +01:00
parent 58dd4fd7b4
commit 52a6b00752

View File

@ -42,6 +42,7 @@ set (${project}_DEPS
# Ensembles-based Reservoir Tools (ERT)
"ERT"
# DUNE dependency
"dune-common"
"dune-istl"
)