ECC-542 Enabling MEMFS only searches for Python interpreter

This commit is contained in:
Florian Rathgeber 2017-09-07 13:17:23 +01:00
parent c98d9561f7
commit 19b0682ca4
1 changed files with 1 additions and 1 deletions

View File

@ -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 "Python VERSION 2.6 NO_LIBS"
REQUIRED_PACKAGES "PythonInterp VERSION 2.6"
)
#if( HAVE_MEMFS AND "${CMAKE_C_COMPILER_ID}" STREQUAL "Cray")