mirror of
https://github.com/neovim/neovim.git
synced 2026-03-07 16:43:15 +10: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.