Skip to content

Commit

Permalink
Windows build: AppVeyor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shahramn committed Jul 19, 2024
1 parent 11ff4d2 commit 7e35836
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
Expand All @@ -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 ^
Expand Down

0 comments on commit 7e35836

Please sign in to comment.