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