summaryrefslogtreecommitdiff
path: root/Modules/Internal/CPack
diff options
context:
space:
mode:
authorFritz Elfert <fritz@fritz-elfert.de>2020-08-15 16:19:09 +0200
committerBrad King <brad.king@kitware.com>2020-08-18 07:50:49 -0400
commit267de3ba302b045d2bcf18c4bfe9642f380f664c (patch)
tree091175e2738070be9e7b0efe84705da9bb5df80e /Modules/Internal/CPack
parent39cdfa9681be93be49413545d8e22368b0531a48 (diff)
downloadcmake-267de3ba302b045d2bcf18c4bfe9642f380f664c.tar.gz
CPack/WiX: Add support for custom XML namespaces
Add a `CPACK_WIX_CUSTOM_XMLNS` option to specify these. Fixes: #21098
Diffstat (limited to 'Modules/Internal/CPack')
-rw-r--r--Modules/Internal/CPack/WIX.template.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Internal/CPack/WIX.template.in b/Modules/Internal/CPack/WIX.template.in
index c4fc83afac..c0bf9353dc 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)"