summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/ExternalData/BadCustom2-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* ExternalData: Add support for custom download scriptsBrad King2015-01-151-0/+9
Add support for a special URL template to map the fetch operation to a project-specified .cmake script insead of using file(DOWNLOAD). Extend the Module.ExternalData test to cover the behavior. Extend the RunCMake.ExternalData test to cover error cases.