summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeTests/File-SHA224-Works.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Fix CMake.File hash test for CRLF checkoutsBrad King2011-11-161-1/+1
| | | | | Use a dedicated test input file for the file() hash API tests. Set attribute crlf=input so it is always checked out correctly.
* Add file(SHA*) commands to compute cryptographic hashesBrad King2011-11-161-0/+2
Add a file() command API for SHA1, SHA224, SHA256, SHA384, and SHA512.