diff options
author | Edoardo Pasca <edo.paskino@gmail.com> | 2018-08-14 13:56:05 +0100 |
---|---|---|
committer | Edoardo Pasca <edo.paskino@gmail.com> | 2018-08-14 13:56:05 +0100 |
commit | 2879372e7f2ba878214c5bef237ccbc01f3846af (patch) | |
tree | bf639fa6c8c090a8326f8853060b70b142a4316a | |
parent | dd0527e884f07270738259093a9c54491f6ca459 (diff) | |
download | regularization-2879372e7f2ba878214c5bef237ccbc01f3846af.tar.gz regularization-2879372e7f2ba878214c5bef237ccbc01f3846af.tar.bz2 regularization-2879372e7f2ba878214c5bef237ccbc01f3846af.tar.xz regularization-2879372e7f2ba878214c5bef237ccbc01f3846af.zip |
add install step for PythonWrapper
-rw-r--r-- | Wrappers/Python/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Wrappers/Python/CMakeLists.txt b/Wrappers/Python/CMakeLists.txt index 01b5208..4ca500e 100644 --- a/Wrappers/Python/CMakeLists.txt +++ b/Wrappers/Python/CMakeLists.txt @@ -132,5 +132,7 @@ if (PYTHONINTERP_FOUND) add_custom_target(PythonWrapper ALL DEPENDS ${OUTPUT}) + install(PythonWrapper DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/ccpi + DESTINATION ${PYTHON_DEST}) #install(CODE "execute_process(COMMAND ${PYTHON} ${SETUP_PY} install)") endif() |