summaryrefslogtreecommitdiffstats
path: root/Wrappers
diff options
context:
space:
mode:
authorEdoardo Pasca <edo.paskino@gmail.com>2018-08-14 14:14:08 +0100
committerEdoardo Pasca <edo.paskino@gmail.com>2018-08-14 14:14:08 +0100
commit909a59411750bdc1ffd91d945a479f5cb8b94ea8 (patch)
treeec805408f8634a9131c535526f26397b876a562d /Wrappers
parent2879372e7f2ba878214c5bef237ccbc01f3846af (diff)
downloadregularization-909a59411750bdc1ffd91d945a479f5cb8b94ea8.tar.gz
regularization-909a59411750bdc1ffd91d945a479f5cb8b94ea8.tar.bz2
regularization-909a59411750bdc1ffd91d945a479f5cb8b94ea8.tar.xz
regularization-909a59411750bdc1ffd91d945a479f5cb8b94ea8.zip
bugfix install step for PythonWrapper
Diffstat (limited to 'Wrappers')
-rw-r--r--Wrappers/Python/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Wrappers/Python/CMakeLists.txt b/Wrappers/Python/CMakeLists.txt
index 4ca500e..42f6b8c 100644
--- a/Wrappers/Python/CMakeLists.txt
+++ b/Wrappers/Python/CMakeLists.txt
@@ -132,7 +132,7 @@ if (PYTHONINTERP_FOUND)
add_custom_target(PythonWrapper ALL DEPENDS ${OUTPUT})
- install(PythonWrapper DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/ccpi
+ install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/ccpi
DESTINATION ${PYTHON_DEST})
#install(CODE "execute_process(COMMAND ${PYTHON} ${SETUP_PY} install)")
endif()