Remove enforced inline schedule testing

This commit is contained in:
Joakim Hove
2021-02-19 11:50:29 +01:00
parent 928ba9f702
commit 7894de8030
3 changed files with 1 additions and 35 deletions

View File

@@ -11,7 +11,6 @@ option(ENABLE_MOCKSIM "Build the mock simulator for io testing" ON)
option(OPM_ENABLE_PYTHON "Enable python bindings?" OFF)
option(OPM_INSTALL_PYTHON "Enable python bindings?" OFF)
option(OPM_ENABLE_EMBEDDED_PYTHON "Enable python bindings?" OFF)
option(ENABLE_SCHEDULE_DEBUG "Enable runtime integration testing of Schedule construction" OFF)
# Output implies input
if(ENABLE_ECL_OUTPUT)