MantisBT - CMake |
| View Issue Details |
|
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0014098 | CMake | CMake | public | 2013-04-18 14:03 | 2013-10-07 10:09 |
|
| Reporter | Ian Monroe | |
| Assigned To | Robert Maynard | |
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | |
| Platform | | OS | Windows | OS Version | 8 |
| Product Version | CMake 2.8.10.2 | |
| Target Version | | Fixed in Version | CMake 2.8.12 | |
|
| Summary | 0014098: Ninja's add_custom_command does not work if build directory is on a different drive |
| Description | Today I learned that on Windows to change drives, you must add a /D option to cd. This was breaking the WORKING_DIRECTORY directive with the add_custom_command for Ninja on Windows.
The attached trivial patch resolves the problem. |
| Steps To Reproduce | |
| Additional Information | |
| Tags | No tags attached. |
| Relationships | |
| Attached Files | 0001-On-Windows-with-Ninja-use-cd-D-to-set-directory.patch (1,186) 2013-04-18 14:03 https://public.kitware.com/Bug/file/4745/0001-On-Windows-with-Ninja-use-cd-D-to-set-directory.patch |
|
| Issue History |
| Date Modified | Username | Field | Change |
| 2013-04-18 14:03 | Ian Monroe | New Issue | |
| 2013-04-18 14:03 | Ian Monroe | File Added: 0001-On-Windows-with-Ninja-use-cd-D-to-set-directory.patch | |
| 2013-04-18 14:07 | Robert Maynard | Assigned To | => Robert Maynard |
| 2013-04-18 14:07 | Robert Maynard | Status | new => assigned |
| 2013-04-18 14:18 | Robert Maynard | Status | assigned => acknowledged |
| 2013-05-24 09:37 | Robert Maynard | Status | acknowledged => resolved |
| 2013-05-24 09:37 | Robert Maynard | Fixed in Version | => CMake 2.8.12 |
| 2013-05-24 09:37 | Robert Maynard | Resolution | open => fixed |
| 2013-10-07 10:09 | Robert Maynard | Note Added: 0034060 | |
| 2013-10-07 10:09 | Robert Maynard | Status | resolved => closed |