summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorMichael Stürmer <michael.stuermer@schaeffler.com>2016-07-21 14:34:35 (GMT)
committerNils Gladitz <nilsgladitz@gmail.com>2016-07-22 06:49:29 (GMT)
commitad453f0502fe5d95ca1f050cdf52c2d32a892988 (patch)
tree6029b03b30df326546c3259fda7f7946e4f875fc /Help
parent6f108f84d08a4cc12ef5bafc93d5aad903ba687a (diff)
downloadCMake-ad453f0502fe5d95ca1f050cdf52c2d32a892988.zip
CMake-ad453f0502fe5d95ca1f050cdf52c2d32a892988.tar.gz
CMake-ad453f0502fe5d95ca1f050cdf52c2d32a892988.tar.bz2
CPackWIX: Support CPACK_COMPONENT_<compName>_DISABLED
Reviewed-by: Nils Gladitz <nilsgladitz@gmail.com>
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/wix-disabled-components.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/wix-disabled-components.rst b/Help/release/dev/wix-disabled-components.rst
new file mode 100644
index 0000000..a7e4d5f
--- /dev/null
+++ b/Help/release/dev/wix-disabled-components.rst
@@ -0,0 +1,6 @@
+wix-disabled-components
+-----------------------
+
+* The CPack WIX generator now supports
+ :variable:`CPACK_COMPONENT_<compName>_DISABLED`.
+ This can be used to deselect a component from being installed by default.