adjustments for eclipse support in opm-common

This commit is contained in:
Arne Morten Kvarving
2018-03-05 13:04:00 +01:00
parent 13b7a4a426
commit 690ca2cd26
5 changed files with 13 additions and 15 deletions

View File

@@ -39,13 +39,15 @@ set (opm-simulators_DEPS
"SuperLU"
# OPM dependency
"opm-common REQUIRED"
"opm-parser REQUIRED"
"opm-material REQUIRED"
"opm-grid REQUIRED"
"opm-output REQUIRED"
"ewoms REQUIRED"
# Eigen
"Eigen3 3.2.0"
)
find_package_deps(opm-simulators)
if(NOT HAVE_ECL_INPUT OR NOT HAVE_ECL_OUTPUT)
message(FATAL_ERROR "Eclipse input/output support required in opm-common")
endif()