mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 05:10:10 -05:00
e3895f4a8b
Previously LINKER:,-Xlinker and -Wl, options nested inside LINKER: prefixes would be transformed to separate prefixed options. This is confusing and undocumented behavior, instead preserve these as written. Fixes: #26298