From 6ae2c39300b9d106e4cbca9eaa53dac74b09dda0 Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Wed, 24 Jan 2024 14:48:29 +0000 Subject: [PATCH] ECC-1754: CMake: Remove deprecated 'FindPythonInterp' module --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )