summaryrefslogtreecommitdiffstats
path: root/Wrappers
diff options
context:
space:
mode:
authorEdoardo Pasca <edo.paskino@gmail.com>2018-08-14 15:34:27 +0100
committerEdoardo Pasca <edo.paskino@gmail.com>2018-08-14 15:34:27 +0100
commit35d0d326c7c5a294dfc847a8c4015e86ebe1b84b (patch)
tree274c891a94f37e21fbf0c5c894bc2619afd09d72 /Wrappers
parent0cc3dc22d3627ff044d96850144b874696b9ae2b (diff)
downloadregularization-35d0d326c7c5a294dfc847a8c4015e86ebe1b84b.tar.gz
regularization-35d0d326c7c5a294dfc847a8c4015e86ebe1b84b.tar.bz2
regularization-35d0d326c7c5a294dfc847a8c4015e86ebe1b84b.tar.xz
regularization-35d0d326c7c5a294dfc847a8c4015e86ebe1b84b.zip
fix conda build
Diffstat (limited to 'Wrappers')
-rw-r--r--Wrappers/Python/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Wrappers/Python/CMakeLists.txt b/Wrappers/Python/CMakeLists.txt
index 59d2436..68768bc 100644
--- a/Wrappers/Python/CMakeLists.txt
+++ b/Wrappers/Python/CMakeLists.txt
@@ -139,12 +139,12 @@ if (PYTHONINTERP_FOUND)
COMMAND ${CMAKE_COMMAND} -E touch ${OUTPUT}
DEPENDS cilreg)
endif()
+ install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/ccpi
+ DESTINATION ${PYTHON_DEST})
endif()
add_custom_target(PythonWrapper ALL DEPENDS ${OUTPUT})
- install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/ccpi
- DESTINATION ${PYTHON_DEST})
#install(CODE "execute_process(COMMAND ${PYTHON} ${SETUP_PY} install)")
endif()