Notes |
|
(0039942)
|
Bartosz
|
2015-12-03 03:23
|
|
The same situation is with command:
cmake_if_different -E copy directory1 directory2
Another case is "copy_directory", when source is file.
Following command neither copy file nor display error
cmake_directory -E copy file directory2
Is it very painful to resolve such issues, especially with big/multiplatform projects, with multiple files to copy. |
|
|
(0039943)
|
Bartosz
|
2015-12-03 03:29
|
|
In my opinion "copy_directory" should copy files.
Then after introducing "wildcard" support, it will be possible to copy everything from directory. For example:
cmake -E copy_directory * destdirectory
or
cmake -E copy_directory dir1/* destdirectory |
|
|
(0042895)
|
Kitware Robot
|
2016-06-10 14:29
|
|
Resolving issue as `moved`.
This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page. |
|