Skip to content

file(DOWNLOAD): Make docs and message for existing file with matching hash consistent

scivision requested to merge scivision/cmake:filedown into master

file(DOWNLOAD STATUS) docs say the return list is of length 2. However, when an already downloaded file hash matches EXPECTED_HASH, the return message had a semicolon that made the STATUS length 3 list. This update also clarifies the meaning of the message and documents that matching hash file download is skipped.

Topic-rename: file-DOWNLOAD-existing-file-matched-message

Edited by Craig Scott

Merge request reports