CPackDeb: Fix incorrect variable name in documentation

`CPACK_DEB_COMPONENT_INSTALL` is the correct variable to set to enable
component packaging.  `CPACK_DEB_PACKAGE_COMPONENT` is just set to a
component name when CPack calls corresponding installer.
This commit is contained in:
Alex Turbov 2016-11-02 16:53:55 +08:00 committed by Brad King
parent c75b8910a4
commit e6460e7d40
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
#
# List of CPackDEB specific variables:
#
# .. variable:: CPACK_DEB_PACKAGE_COMPONENT
# .. variable:: CPACK_DEB_COMPONENT_INSTALL
#
# Enable component packaging for CPackDEB
#