Skip to content

Commit

Permalink
👷 forgot quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed Jun 24, 2018
1 parent 441e5d8 commit 7bbc06b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ install:
- if "%COMPILER%"=="mingw" set PATH=C:\MinGW\bin;%PATH%

before_build:
- cmake . -G%GENERATOR% -DCMAKE_CXX_FLAGS="%FLAGS%" -DCMAKE_BUILD_TYPE=Release
- cmake . -G "%GENERATOR%" -DCMAKE_CXX_FLAGS="%FLAGS%" -DCMAKE_BUILD_TYPE=Release

build_script:
- cmake --build .
Expand Down

0 comments on commit 7bbc06b

Please sign in to comment.