summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2012-04-25 18:05:19 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2012-04-25 18:05:19 (GMT)
commit44e2bdc7a5be4021bb5a8eef53bf87685955f263 (patch)
treee9c3aceddd98701864fea1c1ea879d9da7a61597
parent7e4c11e0fca5cdddf18f778760fa659982382db4 (diff)
parent94b24ad88dae77b414b2183e834284fa27bb8403 (diff)
downloadCMake-44e2bdc7a5be4021bb5a8eef53bf87685955f263.zip
CMake-44e2bdc7a5be4021bb5a8eef53bf87685955f263.tar.gz
CMake-44e2bdc7a5be4021bb5a8eef53bf87685955f263.tar.bz2
Merge topic 'CPack-fixManPage-typo'
94b24ad Fix CPack RPM man page typo detected by lintian.
-rw-r--r--Modules/CPack.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/CPack.cmake b/Modules/CPack.cmake
index 571770e..1b2fa61 100644
--- a/Modules/CPack.cmake
+++ b/Modules/CPack.cmake
@@ -89,6 +89,7 @@
# CPACK_PACKAGE_FILE_NAME - The name of the package file to generate,
# not including the extension. For example, cmake-2.6.1-Linux-i686.
# The default value is
+#
# ${CPACK_PACKAGE_NAME}-${CPACK_PACKAGE_VERSION}-${CPACK_SYSTEM_NAME}.
##end
#