mirror of
https://github.com/neovim/neovim.git
synced 2026-03-02 06:12:24 +10:00
file(GENERATE) has surprising behavior as it doesn't allow different file contents for configurations with the same file name. This results in an error when building neovim with a multi-config generator. Use a workaround for now where we set the build type for multi-config generators to "Unknown".