AppVeyor: Disable netcdf

This commit is contained in:
shahramn 2024-07-05 11:11:54 +01:00
parent 3ac41d63fd
commit 8b4b26074b
1 changed files with 3 additions and 3 deletions

View File

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