Skip to content
Snippets Groups Projects
Commit de7234bb authored by Dilawar Singh's avatar Dilawar Singh
Browse files

on debian and ubunut, use deb-layout.

parent 8d467bc3
No related branches found
No related tags found
No related merge requests found
...@@ -428,7 +428,7 @@ if(WITH_PYTHON) ...@@ -428,7 +428,7 @@ if(WITH_PYTHON)
install(CODE install(CODE
" "
execute_process( execute_process(
COMMAND ${PYTHON_EXECUTABLE} setup.py install --prefix=${CMAKE_INSTALL_PREFIX} COMMAND ${PYTHON_EXECUTABLE} setup.py install ${EXTRA_ARGS}
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/python WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/python
) )
" "
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment