Utilities/Release: Rename Windows packages to 'windows-$arch'

This commit is contained in:
Brad King
2021-01-25 13:48:12 -05:00
parent dc9340dbc4
commit 2186f8988f
3 changed files with 6 additions and 2 deletions

View File

@@ -4,3 +4,7 @@ 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``.

View File

@@ -42,4 +42,4 @@ CMAKE_Swift_COMPILER:FILEPATH=FALSE
CMake_TEST_Qt5:BOOL=FALSE
# CPack package file name component for this platform.
CPACK_SYSTEM_NAME:STRING=win32-x86
CPACK_SYSTEM_NAME:STRING=windows-i386

View File

@@ -42,4 +42,4 @@ CMAKE_Swift_COMPILER:FILEPATH=FALSE
CMake_TEST_Qt5:BOOL=FALSE
# CPack package file name component for this platform.
CPACK_SYSTEM_NAME:STRING=win64-x64
CPACK_SYSTEM_NAME:STRING=windows-x86_64