mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06: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".