Skip to content

CPack/WIX: Add CPACK_WIX_ARCHITECTURE to support Windows for ARM installers

Jakob Lover requested to merge jakoblover/cmake:master into master

By default, the WIX generator automatically determines the architecture which CPack should create an installer for. This poses a problem if one wants to support Windows for ARM, where instead of x64, one wants to use the arm64 architecture.

Topic-rename: cpack-wix-arch

Edited by Brad King

Merge request reports