mirror of
https://github.com/Icinga/icinga2.git
synced 2026-02-20 00:10:29 -05:00
parent
a9732c21e6
commit
93ca4eef31
1 changed files with 3 additions and 3 deletions
6
third-party/cmake/PythonSetup.cmake
vendored
6
third-party/cmake/PythonSetup.cmake
vendored
|
|
@ -206,10 +206,10 @@ ELSE(INSTALL_ROOT)
|
|||
ENDIF(INSTALL_ROOT)
|
||||
|
||||
EXECUTE_PROCESS(
|
||||
COMMAND ${PYTHON_EXECUTABLE}
|
||||
${SETUP_PY}
|
||||
COMMAND "${PYTHON_EXECUTABLE}"
|
||||
"${SETUP_PY}"
|
||||
install
|
||||
--prefix=${PREFIX}
|
||||
${INSTALL_ROOT_ARGS}
|
||||
${EXTRA_ARGS}
|
||||
WORKING_DIRECTORY ${WDIR})
|
||||
WORKING_DIRECTORY "${WDIR}")
|
||||
|
|
|
|||
Loading…
Reference in a new issue