disable mocksim tests without HAVE_ECL_INPUT
This commit is contained in:
parent
11fb11d089
commit
4978329b02
@ -261,7 +261,7 @@ endif()
|
|||||||
# all setup common to the OPM library modules is done here
|
# all setup common to the OPM library modules is done here
|
||||||
include (OpmLibMain)
|
include (OpmLibMain)
|
||||||
|
|
||||||
if (ENABLE_MOCKSIM)
|
if (ENABLE_MOCKSIM AND ENABLE_ECL_INPUT)
|
||||||
add_library(mocksim
|
add_library(mocksim
|
||||||
msim/src/msim.cpp)
|
msim/src/msim.cpp)
|
||||||
target_link_libraries(mocksim opmcommon)
|
target_link_libraries(mocksim opmcommon)
|
||||||
|
Loading…
Reference in New Issue
Block a user