mirror of https://github.com/ecmwf/eccodes.git
ECC-542 MEMFS: drop Python version requirement
This commit is contained in:
parent
19b0682ca4
commit
dbead56558
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue