mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
41291b20f3
The `PARSE_ARGV` mode was recently added to help functions properly parse their arguments even when those arguments may be quoted and contain literal `;` in their values. Fix the implementation to encode `;`s in reported multi-value arguments and in `UNPARSED_ARGUMENTS` so that `;`s in the individual values are preserved in the lists. This allows clients to access all their argument values correctly.
7.8 KiB
7.8 KiB