MantisBT - CMake | ||||||||||
| View Issue Details | ||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |||||
| 0015703 | CMake | CMake | public | 2015-08-18 07:25 | 2016-05-02 08:30 | |||||
| Reporter | Bartosz | |||||||||
| Assigned To | ||||||||||
| Priority | normal | Severity | feature | Reproducibility | always | |||||
| Status | closed | Resolution | fixed | |||||||
| Platform | all | OS | OSX | OS Version | 10.10 | |||||
| Product Version | CMake 3.2.3 | |||||||||
| Target Version | CMake 3.5 | Fixed in Version | CMake 3.5 | |||||||
| Summary | 0015703: "cmake -E copy" support for multiple files | |||||||||
| Description | The copy operation is not support wildcart (star "*") when the full path is specified. But it is working correctly with "remove. "cmake -E remove" is not consistent with "cmake -E copy". With using cmake shell comamnd you could add star to whole path: cmake -E remove /Users/warsaw/cos/*.h But it is not possible to make similar operation with "-E copy": cmake -E copy /Users/warsaw/cos/*.h .. displays "CMakre Error" But: cmake -E copy *.h .. or: cmake -E copy /Users/warsaw/cos/file.h .. is working correctly. | |||||||||
| Steps To Reproduce | 1. mkdir /Users/warsaw/cos/ 2. cd /Users/warsaw/cos/ 3. touch file.h 4. cmake -E copy /Users/warsaw/cos/*.h .. displays "CMakre Error" Working correctly: cmake -E copy *.h .. cmake -E copy /Users/warsaw/cos/file.h .. | |||||||||
| Additional Information | ||||||||||
| Tags | No tags attached. | |||||||||
| Relationships |
| |||||||||
| Attached Files | ||||||||||
| Issue History | ||||||||||
| Date Modified | Username | Field | Change | |||||||
| 2015-08-18 07:25 | Bartosz | New Issue | ||||||||
| 2015-08-18 09:20 | Brad King | Note Added: 0039296 | ||||||||
| 2015-08-18 09:20 | Brad King | Severity | minor => feature | |||||||
| 2015-08-18 09:20 | Brad King | Summary | "cmake -E copy" is not working with wildcart, when full path is specified => "cmake -E copy" support for multiple files | |||||||
| 2015-08-18 15:02 | Bartosz | Note Added: 0039300 | ||||||||
| 2015-08-18 15:16 | Brad King | Note Added: 0039301 | ||||||||
| 2015-12-02 15:53 | Bartosz | Note Added: 0039939 | ||||||||
| 2015-12-03 08:41 | Brad King | Relationship added | related to 0015870 | |||||||
| 2015-12-04 10:35 | Brad King | Note Added: 0039953 | ||||||||
| 2015-12-04 10:36 | Brad King | Note Added: 0039954 | ||||||||
| 2015-12-04 10:37 | Brad King | Status | new => resolved | |||||||
| 2015-12-04 10:37 | Brad King | Resolution | open => fixed | |||||||
| 2015-12-04 10:37 | Brad King | Fixed in Version | => CMake 3.5 | |||||||
| 2015-12-04 10:37 | Brad King | Target Version | => CMake 3.5 | |||||||
| 2016-05-02 08:30 | Robert Maynard | Note Added: 0040978 | ||||||||
| 2016-05-02 08:30 | Robert Maynard | Status | resolved => closed | |||||||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||