MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0008163 | CMake | CMake | public | 2008-11-25 07:54 | 2016-06-10 14:30 |
| Reporter | trigger-debian | ||||
| Assigned To | Kitware Robot | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | moved | ||
| Platform | OS | OS Version | |||
| Product Version | CMake-2-6 | ||||
| Target Version | Fixed in Version | ||||
| Summary | 0008163: VS generator fails to create correct unnamed source group | ||||
| Description | When having a project like this > PROJECT(foo) > source_group("" REGULAR_EXPRESSION "src/[^/]+$") > ADD_EXECUTABLE(bar src/bar.h src/bar.cc) the visual studio generator puts src/bar.h in a folder named "Header Files" and "src/bar.cc" in "Source Files" instead of putting them directly into the root of the project. > PROJECT(foo) > SOURCE_GROUP("" FILES bar.h bar.cc) > ADD_EXECUTABLE(bar bar.h bar.cc Works just fine. Seems as if the regex breaks the empty source group. | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2008-11-25 07:54 | trigger-debian | New Issue | |||
| 2010-12-14 15:36 | David Cole | Status | new => assigned | ||
| 2010-12-14 15:36 | David Cole | Assigned To | => David Cole | ||
| 2012-08-13 15:06 | David Cole | Status | assigned => new | ||
| 2012-08-13 15:06 | David Cole | Note Added: 0030591 | |||
| 2012-08-13 15:07 | David Cole | Status | new => backlog | ||
| 2012-08-13 15:23 | David Cole | Assigned To | David Cole => | ||
| 2016-06-10 14:27 | Kitware Robot | Note Added: 0041471 | |||
| 2016-06-10 14:27 | Kitware Robot | Status | backlog => resolved | ||
| 2016-06-10 14:27 | Kitware Robot | Resolution | open => moved | ||
| 2016-06-10 14:27 | Kitware Robot | Assigned To | => Kitware Robot | ||
| 2016-06-10 14:30 | Kitware Robot | Status | resolved => closed | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||