Skip to content
  • Brad King's avatar
    ExternalData: Generalize hash algo/ext handling · aa8b2288
    Brad King authored
    Use private global variables _ExternalData_REGEX_(ALGO|EXT) to match the
    possible hash algorithm names and extensions in regular expressions.
    Use "file(<algo>)" instead of "cmake -E md5sum" to compute hashes
    without a child process and to support more hash algorithms.
    aa8b2288