Adding quotes around call to generator var
This commit is contained in:
@@ -47,7 +47,7 @@ install:
|
|||||||
before_build:
|
before_build:
|
||||||
- mkdir %BUILD_HOME%
|
- mkdir %BUILD_HOME%
|
||||||
- cd %BUILD_HOME%
|
- cd %BUILD_HOME%
|
||||||
- cmake -G %GENERATOR%
|
- cmake -G "%GENERATOR%"
|
||||||
-DBOOST_ROOT="%BOOST_ROOT%"
|
-DBOOST_ROOT="%BOOST_ROOT%"
|
||||||
-DBoost_USE_STATIC_LIBS="ON" ..
|
-DBoost_USE_STATIC_LIBS="ON" ..
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user