Skip to content

Commit b6894c9

Browse files
committed
fix typo
1 parent 8991756 commit b6894c9

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
@@ -107,7 +107,7 @@ install:
107107
- mkdir build
108108
- cd build
109109

110-
- if [%COMPILER%]==[MSVC15] set "CMAKE_GENERATOR=Visual Studio 14 2019"
110+
- if [%COMPILER%]==[MSVC15] set "CMAKE_GENERATOR=Visual Studio 16 2019"
111111
- if [%COMPILER%]==[MSVC15] set "CMAKE_GENERATOR_PLATFORM=%PLATFORM%"
112112
- if [%COMPILER%]==[MinGW] set "CMAKE_GENERATOR=MinGW Makefiles"
113113
- if [%COMPILER%]==[MinGW-w64] set "CMAKE_GENERATOR=MinGW Makefiles"

0 commit comments

Comments
 (0)