Fixing bug in appyeyor config

This commit is contained in:
Michael Tryby
2018-06-15 10:27:52 -04:00
parent ed777d9d73
commit 9ad5c2ce9b

View File

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