We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa651b3 commit 04829d3Copy full SHA for 04829d3
.appveyor.yml
@@ -7,5 +7,5 @@ configuration: Release
7
build_script:
8
- mkdir build
9
- cd build
10
- - cmake -G "$env:GENERATOR" ..
+ - cmake -G Visual Studio 15 2017 Win64 ..
11
- cmake --build . --config %CONFIGURATION%
0 commit comments