mirror of
https://github.com/neovim/neovim.git
synced 2024-12-26 14:11:15 -07:00
6e87557c08
It turns out that CMake always canonicalizes `CMAKE_INSTALL_PREFIX` to an absolute path--if it's a relative path, it canonicalizes it relative to the build directory. As a result, the only thing the DESTDIR and relative directory check prevents is an installation into the root directory since CMake strips the trailing slash, turning "/" into an empty string. Let's just remove the check all together, since it cannot accomplish what we intended. |
||
---|---|---|
.. | ||
ConvertPo.cmake | ||
FindIconv.cmake | ||
FindLibIntl.cmake | ||
FindLibUV.cmake | ||
FindLuaJit.cmake | ||
FindMsgpack.cmake | ||
GenerateHelptags.cmake | ||
GetCompileFlags.cmake | ||
GetGitRevisionDescription.cmake | ||
GetGitRevisionDescription.cmake.in | ||
i386-linux-gnu.toolchain.cmake | ||
InstallHelpers.cmake | ||
LibFindMacros.cmake | ||
LuaHelpers.cmake | ||
RunMsgfmt.cmake | ||
RunMsgmerge.cmake | ||
RunTests.cmake | ||
RunXgettext.cmake |