mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
parent
a9732c21e6
commit
93ca4eef31
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…
x
Reference in New Issue
Block a user