Remove unnecessary search for Python interpreter

This commit is contained in:
Shahram Najm 2015-10-19 17:38:13 +01:00
parent b7f7d51be3
commit 2e074dcda2
2 changed files with 1 additions and 3 deletions

View File

@ -62,7 +62,7 @@ ecbuild_add_option( FEATURE AEC
ecbuild_add_option( FEATURE PYTHON
DESCRIPTION "build the ecCodes Python interface"
DEFAULT ON
REQUIRED_PACKAGES Python
REQUIRED_PACKAGES "Python VERSION 2.5"
)
ecbuild_add_option( FEATURE FORTRAN

View File

@ -1,7 +1,5 @@
if( HAVE_PYTHON )
ecbuild_find_python( VERSION 2.5)
#find_package( SWIG )
#if( SWIG_FOUND )
# include( ${SWIG_USE_FILE} )