From d6e166463299b88099afb9be0a3b8e6d541bcd76 Mon Sep 17 00:00:00 2001 From: Kevin Nobel Date: Wed, 13 May 2026 13:04:55 +0000 Subject: [PATCH] Mark metkit MARS2GRIB as a required feature --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index a86d33c8c..e5d3b3b0b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,6 +29,10 @@ if( NOT metkit_HAVE_GRIB ) ecbuild_critical( "metkit must be built with GRIB support" ) endif() +if( NOT metkit_HAVE_MARS2GRIB ) + ecbuild_critical( "metkit must be build with feature MARS2GRIB" ) +endif() + ### fdb5 plugin ecbuild_add_option( FEATURE FDB5