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
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading