diff options
author | jakoblover <jakob.lover@nordicsemi.no> | 2022-05-03 13:07:17 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-05-05 13:11:57 (GMT) |
commit | cae7e5e38df6035779f1de473cf3debbc4a9260f (patch) | |
tree | fadf4bee0ca0c7612549e9a494650bf446f94308 /Help/cpack_gen | |
parent | ef10e61b6b7d3bb264cdbf72e143dbef7be8c736 (diff) | |
download | CMake-cae7e5e38df6035779f1de473cf3debbc4a9260f.zip CMake-cae7e5e38df6035779f1de473cf3debbc4a9260f.tar.gz CMake-cae7e5e38df6035779f1de473cf3debbc4a9260f.tar.bz2 |
CPack/WIX: Add CPACK_WIX_ARCHITECTURE to support Windows for ARM installers
Diffstat (limited to 'Help/cpack_gen')
-rw-r--r-- | Help/cpack_gen/wix.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Help/cpack_gen/wix.rst b/Help/cpack_gen/wix.rst index e9d5af6..a3d43fc 100644 --- a/Help/cpack_gen/wix.rst +++ b/Help/cpack_gen/wix.rst @@ -328,3 +328,12 @@ Windows using WiX. If this variable is set then the inclusion of WixUIExtensions is skipped, i.e. the ``-ext "WixUIExtension"`` command line is not included during the execution of the WiX light tool. + +.. variable:: CPACK_WIX_ARCHITECTURE + + .. versionadded:: 3.24 + + This variable can be optionally set to specify the target architecture + of the installer. May for example be set to ``x64`` or ``arm64``. + + When unspecified, CPack will default to ``x64`` or ``x86``. |