diff --git a/CMakeLists.txt b/CMakeLists.txt index 0cf89afc7..eac898f92 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 )