Skip to content

Commit

Permalink
Merge pull request #5569 from akva2/fix_python_depends
Browse files Browse the repository at this point in the history
fixed: make python simulator object depend on copy_python
  • Loading branch information
bska authored Sep 2, 2024
2 parents d591c5a + a78337f commit d90d711
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/simulators/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ configure_file(${PROJECT_SOURCE_DIR}/python/setup.py.in
file(GENERATE OUTPUT ${PROJECT_BINARY_DIR}/python/setup.py
INPUT ${PROJECT_BINARY_DIR}/python/setup.py.tmp)

add_dependencies(simulators copy_python)

# Since the installation of Python code is nonstandard it is protected by an
# extra cmake switch, OPM_INSTALL_PYTHON. If you prefer you can still invoke
# setup.py install manually - optionally with the generated script
Expand Down

0 comments on commit d90d711

Please sign in to comment.