mirror of https://github.com/ecmwf/eccodes.git
Remove unnecessary search for Python interpreter
This commit is contained in:
parent
b7f7d51be3
commit
2e074dcda2
|
@ -62,7 +62,7 @@ ecbuild_add_option( FEATURE AEC
|
||||||
ecbuild_add_option( FEATURE PYTHON
|
ecbuild_add_option( FEATURE PYTHON
|
||||||
DESCRIPTION "build the ecCodes Python interface"
|
DESCRIPTION "build the ecCodes Python interface"
|
||||||
DEFAULT ON
|
DEFAULT ON
|
||||||
REQUIRED_PACKAGES Python
|
REQUIRED_PACKAGES "Python VERSION 2.5"
|
||||||
)
|
)
|
||||||
|
|
||||||
ecbuild_add_option( FEATURE FORTRAN
|
ecbuild_add_option( FEATURE FORTRAN
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
if( HAVE_PYTHON )
|
if( HAVE_PYTHON )
|
||||||
|
|
||||||
ecbuild_find_python( VERSION 2.5)
|
|
||||||
|
|
||||||
#find_package( SWIG )
|
#find_package( SWIG )
|
||||||
#if( SWIG_FOUND )
|
#if( SWIG_FOUND )
|
||||||
# include( ${SWIG_USE_FILE} )
|
# include( ${SWIG_USE_FILE} )
|
||||||
|
|
Loading…
Reference in New Issue