summaryrefslogtreecommitdiffstats
path: root/Source/CPack/WiX/cmWIXSourceWriter.h
diff options
context:
space:
mode:
authorFritz Elfert <fritz@fritz-elfert.de>2020-08-15 14:19:09 (GMT)
committerBrad King <brad.king@kitware.com>2020-08-18 11:50:49 (GMT)
commit267de3ba302b045d2bcf18c4bfe9642f380f664c (patch)
tree091175e2738070be9e7b0efe84705da9bb5df80e /Source/CPack/WiX/cmWIXSourceWriter.h
parent39cdfa9681be93be49413545d8e22368b0531a48 (diff)
downloadCMake-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 'Source/CPack/WiX/cmWIXSourceWriter.h')
-rw-r--r--Source/CPack/WiX/cmWIXSourceWriter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/CPack/WiX/cmWIXSourceWriter.h b/Source/CPack/WiX/cmWIXSourceWriter.h
index 8cc2070..6030ea3 100644
--- a/Source/CPack/WiX/cmWIXSourceWriter.h
+++ b/Source/CPack/WiX/cmWIXSourceWriter.h
@@ -50,6 +50,8 @@ public:
std::string CreateGuidFromComponentId(std::string const& componentId);
+ static std::string EscapeAttributeValue(std::string const& value);
+
protected:
cmCPackLog* Logger;
@@ -64,8 +66,6 @@ private:
void Indent(size_t count);
- static std::string EscapeAttributeValue(std::string const& value);
-
cmsys::ofstream File;
State State;