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:
parent
58dd4fd7b4
commit
52a6b00752
@ -42,6 +42,7 @@ set (${project}_DEPS
|
||||
# Ensembles-based Reservoir Tools (ERT)
|
||||
"ERT"
|
||||
# DUNE dependency
|
||||
"dune-common"
|
||||
"dune-istl"
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user