mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-14 18:38:50 -05:00
b0315c83dc
Previously we provided a `.zip` archive with CRLF newlines and a `.tar.gz` archive with LF newlines. This is no longer consistent with modern conventions. Use LF newlines in both. Fixes: #25467