MantisBT - CMake | ||||||||||
View Issue Details | ||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||
0006150 | CMake | CMake | public | 2007-12-11 17:31 | 2007-12-17 18:38 | |||||
Reporter | Tim Patterson | |||||||||
Assigned To | Brad King | |||||||||
Priority | normal | Severity | minor | Reproducibility | always | |||||
Status | closed | Resolution | fixed | |||||||
Platform | OS | OS Version | ||||||||
Product Version | ||||||||||
Target Version | Fixed in Version | |||||||||
Summary | 0006150: WORKING_DIRECTORY in ADD_CUSTOM_COMMAND fails when the directory is on a different drive. (VS2005) | |||||||||
Description | Assuming the current working directory is C:\BuildTree and ADD_CUSTOM_COMMAND is called with a WORKING_DIRECTORY parameter of D:\SrcTree, the VS2005 generator produces the following "Command Line" build setting: cd D:\SrcTree PerformCustomCommandHere This does not change the working directory to D:\SrcTree until we change to drive D:. ie. the generated code should read something like: cd D:\SrcTree D: PerformCustomCommandHere | |||||||||
Steps To Reproduce | ||||||||||
Additional Information | ||||||||||
Tags | No tags attached. | |||||||||
Relationships |
| |||||||||
Attached Files | ||||||||||
Issue History | ||||||||||
Date Modified | Username | Field | Change | |||||||
2007-12-11 17:31 | Tim Patterson | New Issue | ||||||||
2007-12-14 09:41 | Bill Hoffman | Status | new => assigned | |||||||
2007-12-14 09:41 | Bill Hoffman | Assigned To | => Brad King | |||||||
2007-12-17 18:38 | Brad King | Status | assigned => closed | |||||||
2007-12-17 18:38 | Brad King | Note Added: 0009970 | ||||||||
2007-12-17 18:38 | Brad King | Resolution | open => fixed | |||||||
2008-01-15 14:08 | Brad King | Relationship added | has duplicate 0006234 |
Notes | |||||
|
|||||
|
|