diff options
author | Bartosz Kosiorek <bartosz.kosiorek@tomtom.com> | 2015-12-03 20:29:30 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-12-04 15:26:34 (GMT) |
commit | 384ae5514e423fccb02e48a4da25e1549556d898 (patch) | |
tree | e98d13fb00bfeb3de16b3b01f25d097da249f194 /Tests/RunCMake/CommandLine/E_copy-three-source-files-target-is-directory-result.txt | |
parent | 0be5020bf814efd040f7dcd35cc3a9f07d113458 (diff) | |
download | CMake-384ae5514e423fccb02e48a4da25e1549556d898.zip CMake-384ae5514e423fccb02e48a4da25e1549556d898.tar.gz CMake-384ae5514e423fccb02e48a4da25e1549556d898.tar.bz2 |
cmake: Teach -E copy[_if_different] to support multiple files (#15703)
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.
Diffstat (limited to 'Tests/RunCMake/CommandLine/E_copy-three-source-files-target-is-directory-result.txt')
-rw-r--r-- | Tests/RunCMake/CommandLine/E_copy-three-source-files-target-is-directory-result.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/RunCMake/CommandLine/E_copy-three-source-files-target-is-directory-result.txt b/Tests/RunCMake/CommandLine/E_copy-three-source-files-target-is-directory-result.txt new file mode 100644 index 0000000..573541a --- /dev/null +++ b/Tests/RunCMake/CommandLine/E_copy-three-source-files-target-is-directory-result.txt @@ -0,0 +1 @@ +0 |