We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d591c5a + a78337f commit d90d711Copy full SHA for d90d711
python/simulators/CMakeLists.txt
@@ -103,6 +103,8 @@ configure_file(${PROJECT_SOURCE_DIR}/python/setup.py.in
103
file(GENERATE OUTPUT ${PROJECT_BINARY_DIR}/python/setup.py
104
INPUT ${PROJECT_BINARY_DIR}/python/setup.py.tmp)
105
106
+add_dependencies(simulators copy_python)
107
+
108
# Since the installation of Python code is nonstandard it is protected by an
109
# extra cmake switch, OPM_INSTALL_PYTHON. If you prefer you can still invoke
110
# setup.py install manually - optionally with the generated script
0 commit comments