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 04829d3 commit aad8398Copy full SHA for aad8398
.appveyor.yml
@@ -7,5 +7,5 @@ configuration: Release
7
build_script:
8
- mkdir build
9
- cd build
10
- - cmake -G Visual Studio 15 2017 Win64 ..
+ - cmake -G "Visual Studio 15 2017 Win64" ..
11
- cmake --build . --config %CONFIGURATION%
0 commit comments