mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-12 10:10:08 -06:00
Adds the ability to attributes to generated XML files for features with the WiX patch system. To modify attributes additional attributes may be added within the 'CPackWixFragment' xml tag. Fixes: #16813 Signed-off-by: Keith Holman <keith.holman@windriver.com>
8 lines
331 B
ReStructuredText
8 lines
331 B
ReStructuredText
wix-attributes-patch
|
|
--------------------
|
|
|
|
* The patching system within the :module:`CPackWIX` module now allows the
|
|
ability to set additional attributes. This can be done by specifying
|
|
addional attributes with the ``CPackWiXFragment`` XML tag after the
|
|
``Id`` attribute. See the :variable:`CPACK_WIX_PATCH_FILE` variable.
|