mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
6765bbc651
The variables are not meant to be defined there really, but only with the third-party project. Using them, e.g. with the following, would actually result in libvterm not being found then: make CMAKE_EXTRA_FLAGS="-DUSE_BUNDLED_LIBVTERM=ON" \ DEPS_CMAKE_FLAGS="-DUSE_BUNDLED=OFF -DUSE_BUNDLED_LIBVTERM=ON" In https://github.com/neovim/neovim/pull/6357 they were renamed to `USE_BUNDLED_X` from `X_USE_BUNDLED`, but the above reasoning applies to the old names, too. Internally `CMAKE_PREFIX_PATH` is used to add the built/bundled third party packages for `find_package`, so there is no reason to e.g. query the values via `load_cache` for example from the third-party project. |
||
---|---|---|
.. | ||
ConvertPo.cmake | ||
Download.cmake | ||
FindIconv.cmake | ||
FindLibIntl.cmake | ||
FindLibLUV.cmake | ||
FindLibTermkey.cmake | ||
FindLibUV.cmake | ||
FindLibVterm.cmake | ||
FindLua.cmake | ||
FindLuaJit.cmake | ||
FindMsgpack.cmake | ||
FindUnibilium.cmake | ||
FindWinpty.cmake | ||
GetCompileFlags.cmake | ||
GetGitRevisionDescription.cmake | ||
GetGitRevisionDescription.cmake.in | ||
i386-linux-gnu.toolchain.cmake | ||
InstallClintErrors.cmake | ||
InstallHelpers.cmake | ||
LibFindMacros.cmake | ||
LuaHelpers.cmake | ||
PreventInTreeBuilds.cmake | ||
RunLuacheck.cmake | ||
RunMsgfmt.cmake | ||
RunMsgmerge.cmake | ||
RunTests.cmake | ||
RunXgettext.cmake | ||
WindowsDllCopy.cmake |