Specify to not use boost static libs via command line in ci

This commit is contained in:
Nicolas Werner 2019-12-03 18:31:18 +01:00
parent 6d6d4fbcc1
commit f1340f7127
1 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,8 @@ cmake --build .deps
# Build nheko
cmake -GNinja -H. -Bbuild \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_INSTALL_PREFIX=.deps/usr
-DCMAKE_INSTALL_PREFIX=.deps/usr \
-DBUILD_SHARED_LIBS=ON # weird workaround, as the boost 1.70 cmake files seem to be broken?
cmake --build build
if [ "$TRAVIS_OS_NAME" = "osx" ]; then