Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix CMake.File hash test for CRLF checkouts | Brad King | 2011-11-16 | 1 | -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(MD5) command to compute cryptographic hash | Brad King | 2011-11-16 | 1 | -0/+1 |
Provide a CMake-language binding to the md5sum function previously available only by "cmake -E md5sum". |