Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading