View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0013201 | CMake | CMake | public | 2012-05-08 14:06 | 2012-10-01 13:22 | ||||
Reporter | thanil | ||||||||
Assigned To | David Cole | ||||||||
Priority | normal | Severity | major | Reproducibility | always | ||||
Status | closed | Resolution | duplicate | ||||||
Platform | Mac | OS | Mac OS X | OS Version | 10.7.3 | ||||
Product Version | CMake 2.8.8 | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0013201: XCODE_ATTRIBUTE_<an attribute>[variant=Debug] does not work as expected | ||||||||
Description | adding target property XCODE_ATTRIBUTE_<an attribute>[variant=Debug] should change the Xcode attribute in the Debug configuration only, however it does not change the attribute and adds it to both Debug and Release configurations under the subcategory "Any SDK" | ||||||||
Steps To Reproduce | set_target_properties (${TARGET} PROPERTIES XCODE_ATTRIBUTE_DEBUG_INFORMATION_FORMAT[variant=Debug] "dwarf") set_target_properties (${TARGET} PROPERTIES XCODE_ATTRIBUTE_DEBUG_INFORMATION_FORMAT[variant=Release] "dwarf-with-dsym") Will generate the following in the Xcode project (note that DWARF is the default value) Debug : DWARF - Any SDK: DWARF - Any SDK: DWARF WITH dSYM Release : DWARF - Any SDK: DWARF - Any SDK: DWARF WITH dSYM Instead of: Debug : DWARF Release : DWARF WITH dSYM | ||||||||
Additional Information | Mac OS X 10.7.3 - Xcode 4.3.2 - CMake 2.8.8 | ||||||||
Tags | CMake, macosx, Xcode | ||||||||
Attached Files | |||||||||
Relationships | ||||||
|
Relationships |
Notes | |
(0031123) David Cole (manager) 2012-10-01 13:22 |
Closing resolved issues that have not been updated in more than 4 months. |
Notes |
Issue History | |||
Date Modified | Username | Field | Change |
2012-05-08 14:06 | thanil | New Issue | |
2012-05-08 14:07 | thanil | Tag Attached: CMake | |
2012-05-08 14:07 | thanil | Tag Attached: macosx | |
2012-05-08 14:07 | thanil | Tag Attached: Xcode | |
2012-05-08 14:43 | David Cole | Assigned To | => David Cole |
2012-05-08 14:43 | David Cole | Status | new => assigned |
2012-05-08 14:43 | David Cole | Relationship added | duplicate of 0012532 |
2012-05-08 14:43 | David Cole | Status | assigned => resolved |
2012-05-08 14:43 | David Cole | Resolution | open => duplicate |
2012-10-01 13:22 | David Cole | Note Added: 0031123 | |
2012-10-01 13:22 | David Cole | Status | resolved => closed |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |