mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00: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".