summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-03-28 19:39:41 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-03-28 19:39:41 +0000
commit3c751ee1c84a81b6a7ee2f14769f82a0e7d490ee (patch)
tree42411a47de7ebbe831cf6d23f431fb2418b255b8
parent57d21359ba689f739344d67309be7efa43bf078a (diff)
Missing a test
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/ST_cythonize@2274 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 30330428b0071967367d1708338de0c7d40d8a67
-rw-r--r--src/cython/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cython/CMakeLists.txt b/src/cython/CMakeLists.txt
index 7c650102..9dcb2cf4 100644
--- a/src/cython/CMakeLists.txt
+++ b/src/cython/CMakeLists.txt
@@ -25,9 +25,6 @@ include(FindPythonInterp)
if(PYTHONINTERP_FOUND)
if(PYTHON_VERSION_MAJOR EQUAL 2)
FIND_PROGRAM(CYTHON_PATH cython)
- if(NOT CYTHON_PATH)
- message(FATAL_ERROR "ERROR: Try to compile the Cython interface. Python is set to 2.X while no cython installed.")
- endif(NOT CYTHON_PATH)
# Unitary tests are available through py.test
find_program( PYTEST_PATH py.test )
# Documentation generation is available through sphinx