ECC-1348 make check more severe

This commit is contained in:
Tiago Quintino 2022-02-14 23:09:29 +00:00
parent c76bd5d806
commit ad0c049edd
1 changed files with 3 additions and 0 deletions

View File

@ -115,6 +115,9 @@ ecbuild_add_option( FEATURE NETCDF
NO_TPL )
find_package( AEC )
if(NOT DEFINED ENABLE_AEC AND NOT AEC_FOUND)
ecbuild_critical("AEC support is highly recommended from ecCodes >= 2.25.0\nTo force build without it use -DENABLE_AEC=OFF")
endif()
ecbuild_add_option( FEATURE AEC
DESCRIPTION "Support for Adaptive Entropy Coding"
DEFAULT ON