From 4978329b024d062b830c3a9874c4d22d607f8ac8 Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Wed, 30 Nov 2022 12:44:52 +0100 Subject: [PATCH] disable mocksim tests without HAVE_ECL_INPUT --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c38d30ce3..84fe16a69 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -261,7 +261,7 @@ endif() # all setup common to the OPM library modules is done here include (OpmLibMain) -if (ENABLE_MOCKSIM) +if (ENABLE_MOCKSIM AND ENABLE_ECL_INPUT) add_library(mocksim msim/src/msim.cpp) target_link_libraries(mocksim opmcommon)