Skip to content

Utilities/Release: Update Linux and Windows package naming conventions

Brad King requested to merge brad.king/cmake:rel-package-names into master

Rename to the conventions:

  • cmake-$ver-linux-$arch for arch x86_64 and aarch64
  • cmake-$ver-windows-$arch for arch x86_64 and i386

This makes all the names lower-case, removes the redundancy we had on Windows before (win32-x86, win64-x64), and uses common architecture names on all platforms.

Edited by Brad King

Merge request reports