USE_STATIC_BOOST has to used to define if boost is static or not

This commit is contained in:
Holger Nahrstaedt
2016-03-09 16:22:18 +01:00
parent cf869ef0c4
commit 552034c74f
3 changed files with 12 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ install:
before_script:
- mkdir build.ci
- cd build.ci
- cmake .. -DBUILD_UT=ON -DCMAKE_BUILD_TYPE=$BUILD_CONFIG
- cmake .. -DBUILD_UT=ON -DCMAKE_BUILD_TYPE=$BUILD_CONFIG -DUSE_STATIC_BOOST=YES
script:
- cmake --build .