summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackGenerator.h
diff options
context:
space:
mode:
authorEric NOULARD <eric.noulard@gmail.com>2011-04-01 17:21:51 (GMT)
committerBrad King <brad.king@kitware.com>2011-04-04 18:59:58 (GMT)
commit9c438240661c68da7c0b09b2d08a1facc4fe1dcc (patch)
tree7996a79fd901f411678bda4c06603c9acd6b4906 /Source/CPack/cmCPackGenerator.h
parent64a5e209998f12662a56346f855b1973cbbd0440 (diff)
downloadCMake-9c438240661c68da7c0b09b2d08a1facc4fe1dcc.zip
CMake-9c438240661c68da7c0b09b2d08a1facc4fe1dcc.tar.gz
CMake-9c438240661c68da7c0b09b2d08a1facc4fe1dcc.tar.bz2
Fix KWStyle warnings
Diffstat (limited to 'Source/CPack/cmCPackGenerator.h')
-rw-r--r--Source/CPack/cmCPackGenerator.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/CPack/cmCPackGenerator.h b/Source/CPack/cmCPackGenerator.h
index f09c2a7..05d95b8 100644
--- a/Source/CPack/cmCPackGenerator.h
+++ b/Source/CPack/cmCPackGenerator.h
@@ -248,14 +248,16 @@ protected:
ONE_PACKAGE,
/* one package for each component */
ONE_PACKAGE_PER_COMPONENT,
- /* one package for each group, with left over components in their own package */
+ /* one package for each group,
+ * with left over components in their own package */
ONE_PACKAGE_PER_GROUP,
UNKNOWN_COMPONENT_PACKAGE_METHOD
};
/**
* The component package method
- * The default is ONE_PACKAGE_PER_GROUP, and generators may override the default
+ * The default is ONE_PACKAGE_PER_GROUP,
+ * and generators may override the default
* before PrepareGroupingKind() is called.
*/
ComponentPackageMethod componentPackageMethod;