From 3c751ee1c84a81b6a7ee2f14769f82a0e7d490ee Mon Sep 17 00:00:00 2001 From: vrouvrea Date: Tue, 28 Mar 2017 19:39:41 +0000 Subject: 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 --- src/cython/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') 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 -- cgit v1.2.3