ECC-1348: CMake: Option Adaptive Entropy Coding (AEC) should be turned on by default

This commit is contained in:
Shahram Najm 2022-02-14 16:34:50 +00:00
parent 7040d51277
commit c76bd5d806
1 changed files with 1 additions and 1 deletions

View File

@ -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 )