summaryrefslogtreecommitdiffstats
path: root/Modules/CPackComponent.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-08-01 18:59:53 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-08-01 18:59:53 (GMT)
commit5ec03c93fc92149708b4ec9d19384a015d845f8e (patch)
treed856299ffcce91ec04c1188b21eef4a695032a78 /Modules/CPackComponent.cmake
parent88e1c54a7cd3213d87143558a8fddf39e7fdccc0 (diff)
parentad453f0502fe5d95ca1f050cdf52c2d32a892988 (diff)
downloadCMake-5ec03c93fc92149708b4ec9d19384a015d845f8e.zip
CMake-5ec03c93fc92149708b4ec9d19384a015d845f8e.tar.gz
CMake-5ec03c93fc92149708b4ec9d19384a015d845f8e.tar.bz2
Merge topic 'wix-disabled-components'
ad453f05 CPackWIX: Support CPACK_COMPONENT_<compName>_DISABLED 6f108f84 CPackComponent: Document the *_HIDDEN and *_DISABLED variables
Diffstat (limited to 'Modules/CPackComponent.cmake')
-rw-r--r--Modules/CPackComponent.cmake10
1 files changed, 9 insertions, 1 deletions
diff --git a/Modules/CPackComponent.cmake b/Modules/CPackComponent.cmake
index 085992a..6552a2d 100644
--- a/Modules/CPackComponent.cmake
+++ b/Modules/CPackComponent.cmake
@@ -75,9 +75,17 @@
#
# The dependencies (list of components) on which this component depends.
#
+# .. variable:: CPACK_COMPONENT_<compName>_HIDDEN
+#
+# True if this component is hidden from the user.
+#
# .. variable:: CPACK_COMPONENT_<compName>_REQUIRED
#
-# True is this component is required.
+# True if this component is required.
+#
+# .. variable:: CPACK_COMPONENT_<compName>_DISABLED
+#
+# True if this component is not selected to be installed by default.
#
# .. command:: cpack_add_component
#