mirror of https://github.com/ecmwf/eccodes.git
ECC-1348 make check more severe
This commit is contained in:
parent
c76bd5d806
commit
ad0c049edd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue