Skip to content

Commit

Permalink
Updated cmake version in appveyor build script
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMostDiligent committed Jul 8, 2018
1 parent 91fc3c5 commit 10cfa5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ install:
- git submodule update --init --recursive

# Install a recent CMake
- set CMAKE_URL="https://cmake.org/files/v3.10/cmake-3.10.1-win64-x64.zip"
- set CMAKE_URL="https://cmake.org/files/v3.11/cmake-3.11.4-win64-x64.zip"
- appveyor DownloadFile %CMAKE_URL% -FileName cmake.zip
- 7z x cmake.zip -oC:\projects\deps > nul
- move C:\projects\deps\cmake-* C:\projects\deps\cmake # Move to a version-agnostic directory
Expand Down

0 comments on commit 10cfa5f

Please sign in to comment.