mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 09:12:07 +00:00

`find_package(Foo ...)` expects to find a file FindFoo.cmake and the resulting variables to be named `Foo_...`. If those don't all match up, then the detection does not work properly. Closes #13262