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

@@ -9,7 +9,7 @@ environment:
build_script:
- mkdir build
- cd build
- cmake -G "Visual Studio 14 2015 Win64" ..
- cmake -G "Visual Studio 14 2015 Win64" -DUSE_STATIC_BOOST=NO ..
- cmake --build . --config Debug
test_script: