From 909a59411750bdc1ffd91d945a479f5cb8b94ea8 Mon Sep 17 00:00:00 2001
From: Edoardo Pasca <edo.paskino@gmail.com>
Date: Tue, 14 Aug 2018 14:14:08 +0100
Subject: bugfix install step for PythonWrapper

---
 Wrappers/Python/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'Wrappers/Python')

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()
-- 
cgit v1.2.3