build: Unify USE_BUNDLED, USE_BUNDLED_DEPS (#9046)

It's confusing that the Makefile uses a different name than CMake.
This commit is contained in:
Justin M. Keyes
2018-09-24 23:18:48 +02:00
committed by GitHub
parent 044cd242e7
commit 200c8b9cca
2 changed files with 7 additions and 6 deletions

View File

@ -59,7 +59,7 @@ To list all targets:
cmake --build build --target help
To skip "bundled" dependencies define `USE_BUNDLED_DEPS=NO` (CMake option: `USE_BUNDLED=NO`).
To skip "bundled" (`third-party/*`) dependencies define `USE_BUNDLED=NO`.
See [the wiki](https://github.com/neovim/neovim/wiki/Building-Neovim) for details.