From 35d0d326c7c5a294dfc847a8c4015e86ebe1b84b Mon Sep 17 00:00:00 2001 From: Edoardo Pasca Date: Tue, 14 Aug 2018 15:34:27 +0100 Subject: fix conda build --- Wrappers/Python/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Wrappers/Python') 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() -- cgit v1.2.3