summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/file/DOWNLOAD-unused-argument.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Factor out a RunCMake.file-DOWNLOAD testBrad King2022-11-171-8/+0
| | | | Move the `DOWNLOAD-*` cases over from the `RunCMake.file` test.
* Tests: Fix `file://` URLs given to curlBrad King2017-02-101-1/+4
| | | | | | | Since upstream curl commit curl-7_52_0~131 (URL-parser: for file://[host]/ URLs, the [host] must be localhost, 2016-11-11) we can no longer use URLs of the form `file://c:/...` on Windows. These worked only accidentally before. Use `file:///c:/...` instead.
* file(DOWNLOAD|UPLOAD): Warn on unexpected argumentsRuslan Baratov2016-09-091-0/+5
Emit warning message on unparsed argument instead of silently ignoring it. Can't stop with the error message because it may break old code.