diff options
author | Alex Turbov <i.zaufi@gmail.com> | 2016-11-02 08:53:55 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-11-02 12:42:44 (GMT) |
commit | e6460e7d40a0146d6580d41da17f64370ce9a092 (patch) | |
tree | a00d8e7bff7befd4a9362287cc1efe87cd54fc7c /Modules/CPackDeb.cmake | |
parent | c75b8910a440f538c3595a7a738b50b71a6636d6 (diff) | |
download | CMake-e6460e7d40a0146d6580d41da17f64370ce9a092.zip CMake-e6460e7d40a0146d6580d41da17f64370ce9a092.tar.gz CMake-e6460e7d40a0146d6580d41da17f64370ce9a092.tar.bz2 |
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.
Diffstat (limited to 'Modules/CPackDeb.cmake')
-rw-r--r-- | Modules/CPackDeb.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CPackDeb.cmake b/Modules/CPackDeb.cmake index 4a7a6b8..909a12b 100644 --- a/Modules/CPackDeb.cmake +++ b/Modules/CPackDeb.cmake @@ -34,7 +34,7 @@ # # List of CPackDEB specific variables: # -# .. variable:: CPACK_DEB_PACKAGE_COMPONENT +# .. variable:: CPACK_DEB_COMPONENT_INSTALL # # Enable component packaging for CPackDEB # |