summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/configure_file/UnknownArg.cmake
Commit message (Collapse)AuthorAgeFilesLines
* configure_file: Warn about unknown argumentsBrad King2014-10-311-0/+2
Extend the RunCMake.configure_file test with a case covering possible common typos of the COPYONLY option. Reported-by: Iosif Neitzke <iosif.neitzke@gmail.com>