View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013598CMakeCMakepublic2012-10-21 06:322016-06-10 14:31
ReporterJames 
Assigned ToKitware Robot 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionmoved 
PlatformWindowsOSWindowsOS Version7
Product VersionCMake 2.8.7 
Target VersionFixed in Version 
Summary0013598: source_group is broken when using regex and putting into "Source Files"
DescriptionWORKS: 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 ReproduceCreate 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.
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0042134)
Kitware Robot (administrator)
2016-06-10 14:28

Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.

 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


Copyright © 2000 - 2018 MantisBT Team