Skip to content
This repository has been archived by the owner on Jul 18, 2019. It is now read-only.

Commit

Permalink
Allow to specify --prefix for py-librpc install.
Browse files Browse the repository at this point in the history
  • Loading branch information
jceel committed May 9, 2018
1 parent fbd891a commit 3295747
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bindings/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ else()
COMMAND ${PYTHON} ${SETUP_PY} install
--record python_manifest.txt
--root=/\$ENV{DESTDIR}
--prefix=${CMAKE_INSTALL_PREFIX}
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
)")
endif()

0 comments on commit 3295747

Please sign in to comment.