From 329574700f81e009f870a624096d58a411c7b09c Mon Sep 17 00:00:00 2001 From: Jakub Klama Date: Wed, 9 May 2018 21:37:47 +0200 Subject: [PATCH] Allow to specify --prefix for py-librpc install. --- bindings/python/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/bindings/python/CMakeLists.txt b/bindings/python/CMakeLists.txt index f2f4fac9..09451c7f 100644 --- a/bindings/python/CMakeLists.txt +++ b/bindings/python/CMakeLists.txt @@ -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()