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 6c78c6e commit 5908e00Copy full SHA for 5908e00
appveyor.yml
@@ -20,7 +20,7 @@ environment:
20
before_build:
21
# Generate solution files using cmake, in 'builds' directory.
22
# No need to create it because it's part of the repo.
23
- - mkdir builds\%BUILD_FOLDER% && cd builds\%BUILD_FOLDER% && cmake -G %CMAKE_GENERATOR% ..\..\ && cd ..\..
+ - mkdir builds\%BUILD_FOLDER% && cd builds\%BUILD_FOLDER% && cmake -G "%CMAKE_GENERATOR%" ..\..\ && cd ..\..
24
25
configuration:
26
- Debug
0 commit comments