Skip to content

Commit 5908e00

Browse files
committed
Add forgotten quotes around CMAKE_GENERATOR
1 parent 6c78c6e commit 5908e00

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
@@ -20,7 +20,7 @@ environment:
2020
before_build:
2121
# Generate solution files using cmake, in 'builds' directory.
2222
# 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 ..\..
23+
- mkdir builds\%BUILD_FOLDER% && cd builds\%BUILD_FOLDER% && cmake -G "%CMAKE_GENERATOR%" ..\..\ && cd ..\..
2424

2525
configuration:
2626
- Debug

0 commit comments

Comments
 (0)