Give appveyor a more up-to-date cmake

This commit is contained in:
Jack Andersen 2017-11-13 18:00:06 -10:00
parent e303471278
commit d739582080
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ install:
############################################################################
# Install a recent CMake
############################################################################
- set CMAKE_URL="https://cmake.org/files/v3.7/cmake-3.7.1-win64-x64.zip"
- set CMAKE_URL="https://cmake.org/files/v3.9/cmake-3.9.6-win64-x64.zip"
- appveyor DownloadFile %CMAKE_URL% -FileName cmake.zip
- 7z x cmake.zip -oC:\projects\deps\cmake > nul
- set PATH=C:\projects\deps\cmake\bin;%PATH%