https://github.com/Kitware/CMake
Raw File
Tip revision: 6fb747a01c27a2226fe4cbf77bc19e6d21286f81 authored by Brad King on 30 September 2019, 19:30:00 UTC
CMake 3.15.4
Tip revision: 6fb747a
String-SHA3_512-Works.cmake
string(SHA3_512 sha3_512 "sample input string\n")
message("${sha3_512}")
back to top