MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0011574 | CMake | CMake | public | 2010-12-07 03:24 | 2016-06-10 14:31 |
Reporter | Ofri Sadowsky | ||||
Assigned To | Kitware Robot | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | moved | ||
Platform | PC | OS | Windows 7 x64 | OS Version | |
Product Version | CMake-2-8 | ||||
Target Version | Fixed in Version | ||||
Summary | 0011574: source_group command fails with empty group | ||||
Description | Using: Microsoft Visual Studio (2008, 2010, ...) The source_group command fails if the group contains no files. This looks almost like a correct behavior: who needs an empty group? The trouble is when I try to create a group with no files of its own, but with subgroups that do have files. In this case, the super- and subgroups are not created, and the files are just added to the containing project/group. A better behavior is to create the group whenever, even if empty, or when it has children, even if no file children. | ||||
Steps To Reproduce | project(testproj CXX) source_group("Parent Group" FILES "") source_group("Parent Group\\Child" FILES "a.cpp") add_library(testlib a.cpp) | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2010-12-07 03:24 | Ofri Sadowsky | New Issue | |||
2010-12-15 12:23 | David Cole | Assigned To | => David Cole | ||
2010-12-15 12:23 | David Cole | Status | new => assigned | ||
2012-08-13 15:16 | David Cole | Status | assigned => backlog | ||
2012-08-13 15:16 | David Cole | Note Added: 0030611 | |||
2012-08-13 15:17 | David Cole | Assigned To | David Cole => | ||
2016-06-10 14:28 | Kitware Robot | Note Added: 0041768 | |||
2016-06-10 14:28 | Kitware Robot | Status | backlog => resolved | ||
2016-06-10 14:28 | Kitware Robot | Resolution | open => moved | ||
2016-06-10 14:28 | Kitware Robot | Assigned To | => Kitware Robot | ||
2016-06-10 14:31 | Kitware Robot | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|