Merge topic 'wix-disabled-components'

ad453f05 CPackWIX: Support CPACK_COMPONENT_<compName>_DISABLED
6f108f84 CPackComponent: Document the *_HIDDEN and *_DISABLED variables
This commit is contained in:
Brad King
2016-08-01 14:59:53 -04:00
committed by CMake Topic Stage
3 changed files with 19 additions and 1 deletions
@@ -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.