diff options
| author | Craig Scott <craig.scott@crascit.com> | 2024-01-27 00:47:09 (GMT) |
|---|---|---|
| committer | Craig Scott <craig.scott@crascit.com> | 2024-01-27 22:24:37 (GMT) |
| commit | 54cb65b19757a15efda9fe29c8c864cbb28cdffe (patch) | |
| tree | 1501e42967cf78edb011bffff03e51274485f81a /Tests/FindPython/Python2SABIModule | |
| parent | aab6be9aad1e926ca2c0950b0abb7bf3c4b9105f (diff) | |
| download | CMake-54cb65b19757a15efda9fe29c8c864cbb28cdffe.zip CMake-54cb65b19757a15efda9fe29c8c864cbb28cdffe.tar.gz CMake-54cb65b19757a15efda9fe29c8c864cbb28cdffe.tar.bz2 | |
ExternalProject: Prevent URL list-splitting on special characters
If a URL contains special characters like parentheses and a few others,
they would previously have caused a foreach() call that iterates over the
URLs to parse those special characters as separate, unquoted arguments.
They would then have effectively split the list of URLs at unexpected places.
Prepare the arguments for the foreach() call by using use bracket syntax
to robustly handle any URLs that do have unescaped special characters.
Issue: #25148
Diffstat (limited to 'Tests/FindPython/Python2SABIModule')
0 files changed, 0 insertions, 0 deletions
