diff options
author | Fritz Elfert <fritz@fritz-elfert.de> | 2020-08-15 14:19:09 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-08-18 11:50:49 (GMT) |
commit | 267de3ba302b045d2bcf18c4bfe9642f380f664c (patch) | |
tree | 091175e2738070be9e7b0efe84705da9bb5df80e /Modules | |
parent | 39cdfa9681be93be49413545d8e22368b0531a48 (diff) | |
download | CMake-267de3ba302b045d2bcf18c4bfe9642f380f664c.zip CMake-267de3ba302b045d2bcf18c4bfe9642f380f664c.tar.gz CMake-267de3ba302b045d2bcf18c4bfe9642f380f664c.tar.bz2 |
CPack/WiX: Add support for custom XML namespaces
Add a `CPACK_WIX_CUSTOM_XMLNS` option to specify these.
Fixes: #21098
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/Internal/CPack/WIX.template.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Internal/CPack/WIX.template.in b/Modules/Internal/CPack/WIX.template.in index c4fc83a..c0bf935 100644 --- a/Modules/Internal/CPack/WIX.template.in +++ b/Modules/Internal/CPack/WIX.template.in @@ -2,7 +2,7 @@ <?include "cpack_variables.wxi"?> -<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" +<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" @CPACK_WIX_CUSTOM_XMLNS_EXPANDED@ RequiredVersion="3.6.3303.0"> <Product Id="$(var.CPACK_WIX_PRODUCT_GUID)" |