Fixing build

This commit is contained in:
Michael Tryby
2018-08-23 07:48:01 -04:00
parent 888e447ad9
commit e8acc1b177
4 changed files with 10 additions and 12 deletions

View File

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