mirror of
https://github.com/neovim/neovim
synced 2025-07-15 16:51:49 +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".