Raw File
String-SHA1-Works.cmake
string(SHA1 sha1 "sample input string\n")
message("${sha1}")
back to top