From 7ff20feb529eeacaa84cb24829fc5d29de407b3d Mon Sep 17 00:00:00 2001 From: Metin Cakircali Date: Fri, 8 May 2026 12:14:27 +0200 Subject: [PATCH] fix: mars2grib guard HAVE_ECKIT_GEO --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 200ecf40..04683a66 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -64,7 +64,7 @@ ecbuild_add_option( FEATURE ODB ecbuild_add_option( FEATURE MARS2GRIB DEFAULT ON - CONDITION HAVE_GRIB + CONDITION HAVE_GRIB AND HAVE_ECKIT_GEO DESCRIPTION "Build the MARS2GRIB encoder" ) # Python bindings for mars2grib encoder