diff options
author | Brad King <brad.king@kitware.com> | 2016-11-10 20:55:29 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-11-10 21:07:46 (GMT) |
commit | 979e8ba6c6c6ed538b1dd9d60d89d863e7c4273c (patch) | |
tree | ef00ab7c2eb1fa3d8d339fb08a74fa91675123a1 /Modules/CPack.cmake | |
parent | 7a79f7e3c13d3f1c87db40c3230716dcb79d0df9 (diff) | |
download | CMake-979e8ba6c6c6ed538b1dd9d60d89d863e7c4273c.zip CMake-979e8ba6c6c6ed538b1dd9d60d89d863e7c4273c.tar.gz CMake-979e8ba6c6c6ed538b1dd9d60d89d863e7c4273c.tar.bz2 |
Help: De-duplicate and spell out supported hash algorithms
Spell out the supported algorithms in a definition list in the
`string(<HASH>)` command documentation. Revise the `file(<HASH>)`
command and CPack module documentation to reference it instead of
duplicating the list.
Diffstat (limited to 'Modules/CPack.cmake')
-rw-r--r-- | Modules/CPack.cmake | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Modules/CPack.cmake b/Modules/CPack.cmake index cee1914..4e7546b 100644 --- a/Modules/CPack.cmake +++ b/Modules/CPack.cmake @@ -126,7 +126,9 @@ # # ${CPACK_PACKAGE_FILE_NAME}.${CPACK_PACKAGE_CHECKSUM} # -# Current supported alogorithms: MD5|SHA1|SHA224|SHA256|SHA384|SHA512. +# Supported algorithms are those listed by the +# :ref:`string(\<HASH\>) <Supported Hash Algorithms>` +# command. # # .. variable:: CPACK_PROJECT_CONFIG_FILE # |