Skip to content

Commit

Permalink
Merge pull request #85 from akva2/remove_models_from_super
Browse files Browse the repository at this point in the history
remove opm-models from super buildsystem
  • Loading branch information
bska authored Sep 3, 2024
2 parents 7291f1d + 3693399 commit 61b0427
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions opm-super/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand All @@ -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)
Expand Down

0 comments on commit 61b0427

Please sign in to comment.