MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0013598 | CMake | CMake | public | 2012-10-21 06:32 | 2016-06-10 14:31 |
Reporter | James | ||||
Assigned To | Kitware Robot | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | moved | ||
Platform | Windows | OS | Windows | OS Version | 7 |
Product Version | CMake 2.8.7 | ||||
Target Version | Fixed in Version | ||||
Summary | 0013598: source_group is broken when using regex and putting into "Source Files" | ||||
Description | WORKS: source_group(Source\ Files\\Hello FILES directives/asm/test.c) WORKS: source_group(Source\ Files2\\Hello REGULAR_EXPRESSION directives/asm/.*\\.c) FAILS: source_group(Source\ Files\\Hello REGULAR_EXPRESSION directives/asm/.*\\.c) It seems the explicit combination of using REGULAR_EXPRESSION and attempting to put the result inside "Source Files" fails (that is, Visual Studio does not show it in the sub-folder; it appears directly inside Source Files). | ||||
Steps To Reproduce | Create a CMake file that sorts files using the above combination. Generate the CMake file. Notice that in Visual Studio it is not placed in the correct group. | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2012-10-21 06:32 | James | New Issue | |||
2016-06-10 14:28 | Kitware Robot | Note Added: 0042134 | |||
2016-06-10 14:28 | Kitware Robot | Status | new => 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 | |||||
|
|||||
|
|