summaryrefslogtreecommitdiffstats
path: root/Wrappers/Python
diff options
context:
space:
mode:
authorEdoardo Pasca <edo.paskino@gmail.com>2018-08-15 09:10:52 +0100
committerEdoardo Pasca <edo.paskino@gmail.com>2018-08-15 09:10:52 +0100
commit50739856921f8aeb980f790724b5117308bf9b0e (patch)
tree156f47a438c518a670ff0e78a855ca9fe2489a07 /Wrappers/Python
parent20f82364390ed7a9cdd544ac2e9ad42779abbe70 (diff)
downloadregularization-50739856921f8aeb980f790724b5117308bf9b0e.tar.gz
regularization-50739856921f8aeb980f790724b5117308bf9b0e.tar.bz2
regularization-50739856921f8aeb980f790724b5117308bf9b0e.tar.xz
regularization-50739856921f8aeb980f790724b5117308bf9b0e.zip
install into MATLAB_DEST dir if WIN32
Diffstat (limited to 'Wrappers/Python')
-rw-r--r--Wrappers/Python/CMakeLists.txt11
1 files changed, 1 insertions, 10 deletions
diff --git a/Wrappers/Python/CMakeLists.txt b/Wrappers/Python/CMakeLists.txt
index 68768bc..d86d0ea 100644
--- a/Wrappers/Python/CMakeLists.txt
+++ b/Wrappers/Python/CMakeLists.txt
@@ -16,16 +16,7 @@ find_package(PythonInterp REQUIRED)
if (PYTHONINTERP_FOUND)
message ("Current Python " ${PYTHON_VERSION_STRING} " found " ${PYTHON_EXECUTABLE})
endif()
-if (CONDA_BUILD)
-else()
-set(PYTHON_DEST_DIR "" CACHE PATH "Directory of the Matlab wrappers")
- if (PYTHON_DEST_DIR)
- set(PYTHON_DEST "${PYTHON_DEST_DIR}")
- else()
- set(PYTHON_DEST "${CMAKE_INSTALL_PREFIX}/python")
- endif()
- message(STATUS "Python wrappers will be installed in " ${PYTHON_DEST})
-endif()
+
## Build the regularisers package as a library
message("Creating Regularisers as shared library")