View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0005114 | CMake | CMake | public | 2007-05-31 10:23 | 2007-08-24 11:02 | ||||
Reporter | mejedi | ||||||||
Assigned To | Alex Neundorf | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | closed | Resolution | duplicate | ||||||
Platform | OS | OS Version | |||||||
Product Version | |||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0005114: Source groups with equal names but nested in different groups merged together | ||||||||
Description | Consider the following atificial CMakeLists.txt (fragment): SOURCE_GROUP(foo) SOURCE_GROUP(bar) SOURCE_GROUP(foo\\files FILES foo.c foo.h) SOURCE_GROUP(bar\\files FILES bar.c bar.h) Obviously "foo\\files" and "bar\\files" are different groups, however CMake merges them together when generating project for VC.NET 2003. The result is "files" nested in "foo" with foo.c, foo.h, and bar.c, bar.h in it. Currently we are appending increasing ordinal numbers to ensure that components of group names are unique to prevent undesired merging. However mangled group names look very ugly. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | |
Relationships |
Notes | |
(0008649) Alex Neundorf (developer) 2007-08-24 11:02 |
Duplicate to 0004057, more comments please over there. |
Notes |
Issue History | |||
Date Modified | Username | Field | Change |
2007-08-24 11:02 | Alex Neundorf | Note Added: 0008649 | |
2007-08-24 11:02 | Alex Neundorf | Assigned To | Bill Hoffman => Alex Neundorf |
2007-08-24 11:02 | Alex Neundorf | Status | assigned => closed |
2007-08-24 11:02 | Alex Neundorf | Resolution | open => duplicate |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |