CMake/Tests/CMakeTests/String-MD5-Works.cmake
Brad King 2e9c26cf96 Add string(MD5) and string(SHA*) commands to compute hashes
Provide a CMake-language binding to these cryptographic hashes.  Add a
string() command API for MD5, SHA1, SHA224, SHA256, SHA384, and SHA512.
2011-11-16 10:29:35 -05:00

3 lines
58 B
CMake

string(MD5 md5 "sample input string\n")
message("${md5}")