MantisBT - CMake | |||||||||||||||
| View Issue Details | |||||||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||||
| 0008555 | CMake | CMake | public | 2009-02-18 08:06 | 2009-02-18 08:13 | ||||||||||
| Reporter | Philip Lowman | ||||||||||||||
| Assigned To | |||||||||||||||
| Priority | normal | Severity | feature | Reproducibility | N/A | ||||||||||
| Status | closed | Resolution | duplicate | ||||||||||||
| Platform | OS | OS Version | |||||||||||||
| Product Version | CMake-2-6 | ||||||||||||||
| Target Version | Fixed in Version | ||||||||||||||
| Summary | 0008555: Ability to generate targets outside of Visual Studio's "Release" or "Debug" folders | ||||||||||||||
| Description | A common request on the mailing list appears to be to support generating library and binary targets with Visual Studio outside of the "Debug" and "Release" folders typically up a directory. Using the PREFIX hack this is possible, but ugly. Using it comes with a *WARNING* to be *SURE* you have unique filenames for all of your targets as Visual Studio will simply overwrite them if you do not with whatever configuration type was built last. if(MSVC) set_target_properties(foo PROPERTIES PREFIX "../") endif() Better support for changing the output directory of multi-solution generators would be useful. | ||||||||||||||
| Steps To Reproduce | |||||||||||||||
| Additional Information | |||||||||||||||
| Tags | No tags attached. | ||||||||||||||
| Relationships |
| ||||||||||||||
| Attached Files | |||||||||||||||
| Issue History | |||||||||||||||
| Date Modified | Username | Field | Change | ||||||||||||
| 2009-02-18 08:06 | Philip Lowman | New Issue | |||||||||||||
| 2009-02-18 08:08 | Philip Lowman | Severity | minor => feature | ||||||||||||
| 2009-02-18 08:08 | Philip Lowman | Reproducibility | always => N/A | ||||||||||||
| 2009-02-18 08:13 | Philip Lowman | Relationship added | duplicate of 0008243 | ||||||||||||
| 2009-02-18 08:13 | Philip Lowman | Status | new => closed | ||||||||||||
| 2009-02-18 08:13 | Philip Lowman | Resolution | open => duplicate | ||||||||||||
| 2009-10-28 14:26 | Brad King | Relationship added | duplicate of 0009163 | ||||||||||||
| There are no notes attached to this issue. |