removed requirement for python 2.7 in cmake

release/4.3a0
Matthew Broadway 2019-02-13 09:55:09 +00:00
parent 27f87d340e
commit 09ac7f7c06
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ endfunction()
function(set_up_required_cython_packages)
# Set up building of cython module
find_package(PythonLibs 2.7 REQUIRED)
find_package(PythonLibs REQUIRED)
include_directories(${PYTHON_INCLUDE_DIRS})
find_package(NumPy REQUIRED)
include_directories(${NUMPY_INCLUDE_DIRS})