Skip to content

Check unexpected arguments of `file(DOWNLOAD ...)` command

Ruslan Baratov requested to merge ruslo/cmake:pr.download.arguments into master

For some reason unused arguments ignored so command file(DOWNLOAD ${url} ${file} JUNK) report no error.

Merge request reports