ECC-1754: CMake: Remove deprecated 'FindPythonInterp' module

This commit is contained in:
Shahram Najm 2024-01-24 14:48:29 +00:00
parent 4471477f67
commit 6ae2c39300
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ endif()
ecbuild_add_option( FEATURE MEMFS
DESCRIPTION "Memory based access to definitions/samples"
DEFAULT OFF
REQUIRED_PACKAGES PythonInterp )
REQUIRED_PACKAGES Python3 )
#if( HAVE_MEMFS AND "${CMAKE_C_COMPILER_ID}" STREQUAL "Cray")
# set( HAVE_MEMFS OFF )