diff options
author | Modestas Vainius <modax@debian.org> | 2012-04-20 18:41:18 (GMT) |
---|---|---|
committer | Eric NOULARD <eric.noulard@gmail.com> | 2012-04-20 18:41:18 (GMT) |
commit | 94b24ad88dae77b414b2183e834284fa27bb8403 (patch) | |
tree | 53140b544d69bdf52c47b08a609c3391a7aa4359 | |
parent | 20ba4fe1bf3d753ecc6f482aeb922582a6b99a1f (diff) | |
download | CMake-94b24ad88dae77b414b2183e834284fa27bb8403.zip CMake-94b24ad88dae77b414b2183e834284fa27bb8403.tar.gz CMake-94b24ad88dae77b414b2183e834284fa27bb8403.tar.bz2 |
Fix CPack RPM man page typo detected by lintian.
Signed-off-by: Eric NOULARD <eric.noulard@gmail.com>
-rw-r--r-- | Modules/CPack.cmake | 1 |
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 # |