Windows build: AppVeyor fix

This commit is contained in:
shahramn 2024-07-19 18:03:28 +01:00
parent 11ff4d200d
commit 7e358369b4
1 changed files with 3 additions and 3 deletions

View File

@ -51,8 +51,8 @@ install:
m2-perl ^ m2-perl ^
m2w64-ntldd-git m2w64-ntldd-git
# get deps # get deps. Drop libnetcdf
- cmd: conda install -c conda-forge cmake libnetcdf - cmd: conda install -c conda-forge cmake
#---------------------------------# #---------------------------------#
# build configuration # # build configuration #
@ -71,7 +71,7 @@ build_script:
-D CMAKE_INSTALL_PREFIX=%INSTALL_DIR% ^ -D CMAKE_INSTALL_PREFIX=%INSTALL_DIR% ^
-D CMAKE_BUILD_TYPE=Release ^ -D CMAKE_BUILD_TYPE=Release ^
-D ENABLE_FORTRAN=0 ^ -D ENABLE_FORTRAN=0 ^
-D ENABLE_NETCDF=1 ^ -D ENABLE_NETCDF=0 ^
-D ENABLE_JPG=1 ^ -D ENABLE_JPG=1 ^
-D ENABLE_AEC=0 ^ -D ENABLE_AEC=0 ^
-D IEEE_LE=1 ^ -D IEEE_LE=1 ^