Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 833e287

Browse files
committed
ci: Fix CMake path for VS 2017 image
1 parent ab9200a commit 833e287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ environment:
2121
CMAKE_GENERATOR: Visual Studio 15 2017 Win64
2222
QT_DIR: C:\Qt\5.12\msvc2017_64
2323
VCVARS_COMMANDLINE: '"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"'
24-
CMAKE_INSTALL_PATH: 'C:\Program Files\CMake'
24+
CMAKE_INSTALL_PATH: 'C:\Program Files (x86)\CMake'
2525

2626
- job_name: VS 2015 x86, Qt 5.9
2727
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015

0 commit comments

Comments
 (0)