mirror of https://github.com/ecmwf/eccodes.git
ECC-1348: CMake: Option Adaptive Entropy Coding (AEC) should be turned on by default
This commit is contained in:
parent
7040d51277
commit
c76bd5d806
|
@ -117,7 +117,7 @@ ecbuild_add_option( FEATURE NETCDF
|
|||
find_package( AEC )
|
||||
ecbuild_add_option( FEATURE AEC
|
||||
DESCRIPTION "Support for Adaptive Entropy Coding"
|
||||
DEFAULT OFF
|
||||
DEFAULT ON
|
||||
CONDITION AEC_FOUND )
|
||||
|
||||
ecbuild_find_python( VERSION 2.6 NO_LIBS )
|
||||
|
|
Loading…
Reference in New Issue