blob: 83f5ea2f4e0ac5a25ef467244361bfe285236b09 (
plain)
1
2
3
4
5
6
7
8
9
10
|
rel-package-names
-----------------
* The precompiled Linux binaries provided on ``cmake.org`` have changed
their naming pattern to ``cmake-$ver-linux-$arch``, where ``$arch``
is either ``x86_64`` or ``aarch64``.
* The precompiled Windows binaries provided on ``cmake.org`` have changed
their naming pattern to ``cmake-$ver-windows-$arch``, where ``$arch``
is either ``x86_64`` or ``i386``.
|