Adding GEN_X to cmake invocation

This commit is contained in:
Michael Tryby
2018-08-22 16:14:21 -04:00
parent 0938f82c32
commit 888e447ad9

View File

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