mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00

Using CMAKE_INSTALL_PREFIX is unreliable as it's a cache variable, meaning the users previous value will be used if not supplied. Instead, use the `--prefix` flag which is guaranteed to always work.