Don't use bundled spdlog
This commit is contained in:
parent
04e4776886
commit
22161b502e
2 changed files with 1 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue