mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 08:20:18 -06:00
Utilities/Release: Rename Windows packages to 'windows-$arch'
This commit is contained in:
@@ -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``.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user