summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CommandLine/E_copy-one-source-file-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* cmake: Teach -E copy[_if_different] to support multiple files (#15703)Bartosz Kosiorek2015-12-041-0/+1
If multiple input files are provided then the destination must be a directory. If only one input file is provided then destination may be either a file or directory.