Skip to content

string(TIMESTAMP ...): add '%a' and '%b' format specifiers

Ruslan Baratov requested to merge ruslo/cmake:pr.timestamp.format into master

%b: Abbreviated month name (e.g. Oct). %a: Abbreviated weekday name (e.g. Fri).

Merge request reports