Skip to content

Commit 9ef2fc5

Browse files
committed
Fixes x64 build
1 parent 752f1a2 commit 9ef2fc5

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
@@ -3,7 +3,7 @@ version: "{build}"
33
environment:
44
CTEST_OUTPUT_ON_FAILURE: '1'
55
matrix:
6-
- CMAKE_GENERATOR: Visual Studio 15 2017
6+
- CMAKE_GENERATOR: Visual Studio 15 2017 Win64
77
QT_DIR: C:\Qt\5.11\msvc2017_64
88
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
99
VCVARS_COMMANDLINE: '"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"'

0 commit comments

Comments
 (0)