mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
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
7 lines
222 B
ReStructuredText
7 lines
222 B
ReStructuredText
rel-zip-newlines
|
|
----------------
|
|
|
|
* The official ``.zip`` source archive provided on
|
|
`cmake.org <https://cmake.org/download/>`_ now uses LF newlines,
|
|
instead of CRLF newlines, for consistency with modern conventions.
|