Skip to content

Commit 4a716b4

Browse files
committed
updated cmake in appvoyer to 3.10.1
1 parent 61e9586 commit 4a716b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ install:
2828
- pip install autobahntestsuite
2929
- mkdir deps
3030
- cd deps
31-
- set CMAKE_URL="https://cmake.org/files/v3.9/cmake-3.9.4-win64-x64.zip"
31+
- set CMAKE_URL="https://cmake.org/files/v3.10/cmake-3.10.1.-win64-x64.zip"
3232
- appveyor DownloadFile %CMAKE_URL% -FileName cmake.zip
3333
- 7z x cmake.zip
3434
- move cmake-* cmake # Move to a version-agnostic directory

0 commit comments

Comments
 (0)