mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00

This is needed specifically for the second signature of
add_custom_command, which appends an operation to an existing target.
This will prevent the cmake warning CMP0175.
Reference: https://cmake.org/cmake/help/latest/policy/CMP0175.html
(cherry picked from commit 07b14c8e2e
)