MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0004057 | CMake | CMake | public | 2006-11-22 02:48 | 2007-08-24 14:22 |
| Reporter | Soeren Textor | ||||
| Assigned To | Alex Neundorf | ||||
| Priority | urgent | Severity | major | Reproducibility | unable to reproduce |
| Status | closed | Resolution | fixed | ||
| Platform | OS | OS Version | |||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Summary | 0004057: SOURCE_GROUP - problem with subfolders with same same | ||||
| Description | Hi there's szll a bug within SOURCE_GROUP and subfolders (even at the cvs version): Example: DIRS ON HDD: \world \world\europe \world\europe\france\people \world\europe\france\paris \world\europe\france\paris\people CMAKELIST.TXT: SOURCE_GROUP(world a.cpp) SOURCE_GROUP(world\\europe b.cpp) SOURCE_GROUP(world\\europe\\france\\people c.cpp) SOURCE_GROUP(\\world\\europe\\france\\paris d.cpp) SOURCE_GROUP(world\\europe\\france\\paris\\people e.cpp) WHAT WE GET IN VS8.0: \world - a.cpp \world\europe b.cpp \world\europe\france\people c.cpp e.cpp <--- !!!! error \world\europe\france\paris d.cpp We are missing: \world\europe\france\paris\people It seems that it's not possible to have two subdirs with the same name branch. Every file of folders with same name will be put to the "upperst" folder... best regards, SirAnn | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | https://public.kitware.com/Bug/file/1047/SourceGroup.patch https://public.kitware.com/Bug/file/1083/SourceGroup-fixed-tokenizer.patch | ||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2007-08-24 10:18 | Alex Neundorf | Note Added: 0008646 | |||
| 2007-08-24 11:04 | Thomas Arcila | Note Added: 0008651 | |||
| 2007-08-24 14:22 | Alex Neundorf | Note Added: 0008658 | |||
| 2007-08-24 14:22 | Alex Neundorf | Assigned To | Bill Hoffman => Alex Neundorf | ||
| 2007-08-24 14:22 | Alex Neundorf | Status | assigned => closed | ||
| 2007-08-24 14:22 | Alex Neundorf | Resolution | unable to reproduce => fixed | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||