From fe3bb5b0f5f9ed5a2caeb17963b59557962ba2e8 Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Fri, 18 Oct 2019 09:28:11 +0200 Subject: [PATCH] remove conditionals HAVE_ECL_INPUT and HAVE_ECL_OUTPUT --- opm-upscaling-prereqs.cmake | 4 ---- 1 file changed, 4 deletions(-) diff --git a/opm-upscaling-prereqs.cmake b/opm-upscaling-prereqs.cmake index 1db5febd..16079780 100644 --- a/opm-upscaling-prereqs.cmake +++ b/opm-upscaling-prereqs.cmake @@ -28,7 +28,3 @@ set (opm-upscaling_DEPS ) find_package_deps(opm-upscaling) - -if(NOT HAVE_ECL_INPUT OR NOT HAVE_ECL_OUTPUT) - message(FATAL_ERROR "Eclipse input/output support required in opm-common") -endif()