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:
parent
c75b8910a4
commit
e6460e7d40
|
@ -34,7 +34,7 @@
|
||||||
#
|
#
|
||||||
# List of CPackDEB specific variables:
|
# List of CPackDEB specific variables:
|
||||||
#
|
#
|
||||||
# .. variable:: CPACK_DEB_PACKAGE_COMPONENT
|
# .. variable:: CPACK_DEB_COMPONENT_INSTALL
|
||||||
#
|
#
|
||||||
# Enable component packaging for CPackDEB
|
# Enable component packaging for CPackDEB
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue