Skip to content

Commit de7234b

Browse files
author
Dilawar Singh
committed
on debian and ubunut, use deb-layout.
1 parent 8d467bc commit de7234b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

moose-core/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ if(WITH_PYTHON)
428428
install(CODE
429429
"
430430
execute_process(
431-
COMMAND ${PYTHON_EXECUTABLE} setup.py install --prefix=${CMAKE_INSTALL_PREFIX}
431+
COMMAND ${PYTHON_EXECUTABLE} setup.py install ${EXTRA_ARGS}
432432
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/python
433433
)
434434
"

0 commit comments

Comments
 (0)