MantisBT - CMake |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0009831 | CMake | CMake | public | 2009-11-03 19:31 | 2013-07-01 09:37 |
|
Reporter | Paul Oppenheim (Poppy Linden) | |
Assigned To | Brad King | |
Priority | normal | Severity | feature | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | | OS Version | |
Product Version | CMake-2-8 | |
Target Version | CMake 2.8.11 | Fixed in Version | CMake 2.8.11 | |
|
Summary | 0009831: Need method to set properties on every target / set defaults |
Description | There is currently no mechanism provided by cmake to provide target "default" properties. |
Steps To Reproduce | |
Additional Information | There is currently no mechanism provided by cmake to provide target "default" properties.
For instance, we would like to globally set
set_target_properties(myproj PROPERTIES XCODE_ATTRIBUTE_GCC_VERSION "4.0")
for all targets in one common place, instead of individually for each target (and thus raising chances for error / unplanned divergence) |
Tags | No tags attached. |
Relationships | related to | 0010722 | closed | Brad King | Add PlatformToolset support to Visual Studio 2010 generator | has duplicate | 0013802 | closed | | set_property doesn't work for CMAKE_XCODE_ATTRIBUTE_ |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2009-11-03 19:31 | Paul Oppenheim (Poppy Linden) | New Issue | |
2009-11-03 19:37 | Paul Oppenheim (Poppy Linden) | Note Added: 0018335 | |
2010-01-20 13:40 | Bill Hoffman | Status | new => assigned |
2010-01-20 13:40 | Bill Hoffman | Assigned To | => Brad King |
2012-08-13 10:36 | Brad King | Status | assigned => backlog |
2012-08-13 10:36 | Brad King | Note Added: 0030488 | |
2012-12-20 11:01 | Brad King | Relationship added | has duplicate 0013802 |
2013-02-08 13:52 | Brad King | Note Added: 0032230 | |
2013-02-08 13:52 | Brad King | Status | backlog => resolved |
2013-02-08 13:52 | Brad King | Resolution | open => fixed |
2013-02-08 13:52 | Brad King | Fixed in Version | => CMake 2.8.11 |
2013-02-08 13:52 | Brad King | Target Version | => CMake 2.8.11 |
2013-02-08 13:52 | Brad King | Relationship added | related to 0010722 |
2013-07-01 09:37 | Robert Maynard | Note Added: 0033417 | |
2013-07-01 09:37 | Robert Maynard | Status | resolved => closed |
Notes |
|
(0018335)
|
Paul Oppenheim (Poppy Linden)
|
2009-11-03 19:37
|
|
each scope has its own properties; i imagine there will need to be a new scope, such as TARGET_DEFAULTS which has the same properties as TARGET. |
|
|
(0030488)
|
Brad King
|
2012-08-13 10:36
|
|
Sending issues I'm not actively working on to the backlog to await someone with time for them.
If an issue you care about is sent to the backlog when you feel it should have been addressed in a different manner, please bring it up on the CMake mailing list for discussion. Sign up for the mailing list here, if you're not already on it:
http://www.cmake.org/mailman/listinfo/cmake [^]
It's easy to re-activate a bug here if you can find a CMake developer or contributor who has the bandwidth to take it on.
|
|
|
(0032230)
|
Brad King
|
2013-02-08 13:52
|
|
|
|
(0033417)
|
Robert Maynard
|
2013-07-01 09:37
|
|
Closing resolved issues that have not been updated in more than 4 months. |
|