Skip to content

Commit 8063e9b

Browse files
committed
fixed .appveyor.yml
1 parent 0864c17 commit 8063e9b

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
@@ -18,7 +18,7 @@ environment:
1818
- VSVERSION: "14 2015"
1919
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
2020
PLATFORMTOOLSET: "v140_xp"
21-
CMAKE_VS_PLATFORM_TOOLSET: -DCMAKE_VS_PLATFORM_TOOLSET=\"v140_xp\"
21+
CMAKE_VS_PLATFORM_TOOLSET: -DCMAKE_GENERATOR_TOOLSET=\"v140_xp\"
2222

2323
init:
2424
- cmake --version

0 commit comments

Comments
 (0)