Adding quotes around call to generator var

This commit is contained in:
Michael Tryby
2018-05-23 10:28:23 -04:00
parent 5af1ebfdf7
commit 9c586bb3f6

View File

@@ -47,7 +47,7 @@ install:
before_build:
- mkdir %BUILD_HOME%
- cd %BUILD_HOME%
- cmake -G %GENERATOR%
- cmake -G "%GENERATOR%"
-DBOOST_ROOT="%BOOST_ROOT%"
-DBoost_USE_STATIC_LIBS="ON" ..