Merge branch 'dev' into contributor-lr

This commit is contained in:
Michael Tryby
2018-06-14 12:34:46 -04:00
committed by GitHub
4 changed files with 35 additions and 31 deletions

View File

@@ -47,7 +47,8 @@ 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" ..