summaryrefslogtreecommitdiffstats
path: root/Wrappers
diff options
context:
space:
mode:
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()