mirror of https://github.com/ecmwf/eccodes.git
ECC-1754: CMake: Remove deprecated 'FindPythonInterp' module
This commit is contained in:
parent
4471477f67
commit
6ae2c39300
|
@ -165,7 +165,7 @@ endif()
|
||||||
ecbuild_add_option( FEATURE MEMFS
|
ecbuild_add_option( FEATURE MEMFS
|
||||||
DESCRIPTION "Memory based access to definitions/samples"
|
DESCRIPTION "Memory based access to definitions/samples"
|
||||||
DEFAULT OFF
|
DEFAULT OFF
|
||||||
REQUIRED_PACKAGES PythonInterp )
|
REQUIRED_PACKAGES Python3 )
|
||||||
|
|
||||||
#if( HAVE_MEMFS AND "${CMAKE_C_COMPILER_ID}" STREQUAL "Cray")
|
#if( HAVE_MEMFS AND "${CMAKE_C_COMPILER_ID}" STREQUAL "Cray")
|
||||||
# set( HAVE_MEMFS OFF )
|
# set( HAVE_MEMFS OFF )
|
||||||
|
|
Loading…
Reference in New Issue