diff --git a/opm-super/CMakeLists.txt b/opm-super/CMakeLists.txt index 383e0bf..c05736f 100644 --- a/opm-super/CMakeLists.txt +++ b/opm-super/CMakeLists.txt @@ -2,7 +2,7 @@ project(opm) cmake_minimum_required(VERSION 3.5) -foreach(TARGET opm-common opm-grid opm-models opm-simulators opm-upscaling) +foreach(TARGET opm-common opm-grid opm-simulators opm-upscaling) set(${TARGET}_DIR ${CMAKE_BINARY_DIR}/${TARGET}) endforeach() @@ -14,8 +14,6 @@ enable_testing() add_subdirectory(opm-common) add_subdirectory(opm-grid) add_dependencies(opmgrid opmcommon) -add_subdirectory(opm-models) -add_dependencies(opm-models_prepare opmgrid) add_subdirectory(opm-simulators) add_dependencies(opmsimulators opmgrid) add_subdirectory(opm-upscaling)