From e6460e7d40a0146d6580d41da17f64370ce9a092 Mon Sep 17 00:00:00 2001 From: Alex Turbov Date: Wed, 2 Nov 2016 16:53:55 +0800 Subject: [PATCH] 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. --- Modules/CPackDeb.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/CPackDeb.cmake b/Modules/CPackDeb.cmake index 4a7a6b889b..909a12b4f9 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 #