ECC-542 MEMFS: drop Python version requirement

This commit is contained in:
Florian Rathgeber 2017-09-07 14:54:34 +01:00
parent 19b0682ca4
commit dbead56558
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ ecbuild_add_option( FEATURE MEMFS
DESCRIPTION "Memory based access to definitions/samples"
DEFAULT OFF
CONDITION EC_HAVE_FMEMOPEN OR EC_HAVE_FUNOPEN
REQUIRED_PACKAGES "PythonInterp VERSION 2.6"
REQUIRED_PACKAGES PythonInterp
)
#if( HAVE_MEMFS AND "${CMAKE_C_COMPILER_ID}" STREQUAL "Cray")