Skip to content

cmCryptoHash: prefer to cmSystemTools::ComputeStringMD5

The latter call is no longer post-bootstrap only since 596439b1 (cmCustomCommandGenerator: Add option to transform depfile, 2020-10-05) via !5325 (merged). Convert callers to just use cmCryptoHash directly and remove the bootstrap guard.

Merge request reports