mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-27 09:29:15 -05:00
58cf9d417e
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.
|