mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00

This partially reverts commit 42aeb5c5b1
.
Setting cmake policies is normally not required as
cmake_minimum_required automatically sets these. One exception is cmake
script mode (-P) since it automatically resets all policy changes.
Closes: https://github.com/neovim/neovim/issues/20286