summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-08-19 15:48:18 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-08-19 15:48:24 (GMT)
commitcb5c8e6f258d4fb67c8034c34ec3e61f4eb6c551 (patch)
tree0fdd8576bed79c1b11ac707e48c572988c1c3489 /Modules
parentfed08ce4cf167c442bb65e562ff8b8de80f55c44 (diff)
parent267de3ba302b045d2bcf18c4bfe9642f380f664c (diff)
downloadCMake-cb5c8e6f258d4fb67c8034c34ec3e61f4eb6c551.zip
CMake-cb5c8e6f258d4fb67c8034c34ec3e61f4eb6c551.tar.gz
CMake-cb5c8e6f258d4fb67c8034c34ec3e61f4eb6c551.tar.bz2
Merge topic 'cpack-wix-custom-xmlns'
267de3ba30 CPack/WiX: Add support for custom XML namespaces Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5132
Diffstat (limited to 'Modules')
-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 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)"