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.
1 parent 8d467bc commit de7234bCopy full SHA for de7234b
moose-core/CMakeLists.txt
@@ -428,7 +428,7 @@ if(WITH_PYTHON)
428
install(CODE
429
"
430
execute_process(
431
- COMMAND ${PYTHON_EXECUTABLE} setup.py install --prefix=${CMAKE_INSTALL_PREFIX}
+ COMMAND ${PYTHON_EXECUTABLE} setup.py install ${EXTRA_ARGS}
432
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/python
433
)
434
0 commit comments