AppVeyor: Add libaec

This commit is contained in:
Shahram Najm 2022-08-04 21:43:03 +01:00
parent ca4852de48
commit bfe969e225
1 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ install:
m2w64-ntldd-git
# get deps
- cmd: conda install -c conda-forge cmake libnetcdf
- cmd: conda install -c conda-forge cmake libnetcdf libaec
#---------------------------------#
# build configuration #
@ -74,7 +74,7 @@ build_script:
-D ENABLE_FORTRAN=0 ^
-D ENABLE_NETCDF=1 ^
-D ENABLE_JPG=1 ^
-D ENABLE_AEC=0 ^
-D ENABLE_AEC=1 ^
-D IEEE_LE=1 ^
-D ENABLE_MEMFS=1 ^
-D ENABLE_EXPERIMENTAL_BUILD_WITH_CXX=1 ^