Python2 deprecation

This commit is contained in:
Shahram Najm 2020-01-10 11:28:41 +00:00
parent a80c7ae226
commit af390927b5
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ ecbuild_add_option( FEATURE AEC
)
ecbuild_add_option( FEATURE PYTHON
DESCRIPTION "Build the ecCodes Python2 interface"
DESCRIPTION "Build the ecCodes Python2 interface (deprecated)"
DEFAULT ON
REQUIRED_PACKAGES "Python VERSION 2.6 NO_LIBS" NumPy
)