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

Since 0007aa50bd
the build unsets all URL
variable immediately when USE_EXISTING_SRC_DIR is TRUE, which is
correct. However, this causes the function BuildTSParser to break down
as cmake functions aren't traditionally equipped to deal with empty
variables. Using cmake_parse_arguments fixes this issue.