Raw File
String-TIMESTAMP-IncompleteSpecifier.cmake
string(TIMESTAMP output "foobar%")
message("~${output}~")
back to top