diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-08-08 14:43:01 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-08-08 14:43:01 +0300 |
commit | 22161b502ece16c8fd6e27495e41f2bcfafae2ab (patch) | |
tree | 908f72d6e9d44e0c5cdd7665c26aa5d74c4653cd /.ci | |
parent | Remove dash from version string when building outside of git (diff) | |
download | nheko-22161b502ece16c8fd6e27495e41f2bcfafae2ab.tar.xz |
Don't use bundled spdlog
Diffstat (limited to '.ci')
-rwxr-xr-x | .ci/script.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.ci/script.sh b/.ci/script.sh index 6d873414..309e5915 100755 --- a/.ci/script.sh +++ b/.ci/script.sh @@ -11,9 +11,7 @@ if [ $TRAVIS_OS_NAME == osx ]; then fi # Build & install dependencies -cmake -GNinja -Hdeps -B.deps \ - -DUSE_BUNDLED_BOOST=${USE_BUNDLED_BOOST} \ - -DUSE_BUNDLED_SPDLOG=${USE_BUNDLED_SPDLOG} +cmake -GNinja -Hdeps -B.deps -DUSE_BUNDLED_BOOST=${USE_BUNDLED_BOOST} cmake --build .deps # Build nheko |