View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0004395CMakeCMakepublic2007-02-02 06:052013-04-17 08:54
ReporterJørgen Seland 
Assigned ToDavid Cole 
PrioritynormalSeverityfeatureReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionCMake 2.8.11Fixed in VersionCMake 2.8.11 
Summary0004395: SOURCE_GROUP override broken with recursive groups
DescriptionThe code
 SOURCE_GROUP(com FILES ${com_source_files})
 SOURCE_GROUP(com\\API FILES ${com_source_files})
should move all files from "com" to "com\\API". Instead "com\\API" remains empty. The fragment
 SOURCE_GROUP(com FILES ${com_source_files})
 SOURCE_GROUP(comAPI FILES ${com_source_files})
works as expected (but is not recursive).
TagsNo tags attached.
Attached Files

 Relationships
related to 0013611closedDavid Cole SOURCE_GROUP doesn't use last match 
related to 0008711closedDavid Cole SOURCE_GROUP priorities not working 

  Notes
(0006321)
Jørgen Seland (reporter)
2007-02-02 06:27

The single backslashes above are actually double, of course.
(0008681)
Alex Neundorf (developer)
2007-08-27 17:08

Since you are doing something were the result is not really clear, I think this is more a feature request than a bug report.
(0031685)
David Cole (manager)
2012-11-23 11:30

Same fix as related issue 0013611
(0032880)
Robert Maynard (manager)
2013-04-17 08:54

Closing resolved issues that have not been updated in more than 4 months.

 Issue History
Date Modified Username Field Change
2007-08-27 17:08 Alex Neundorf Note Added: 0008681
2007-08-27 17:08 Alex Neundorf Severity minor => feature
2012-10-28 09:17 David Cole Assigned To Bill Hoffman => David Cole
2012-10-28 09:17 David Cole Target Version => CMake 2.8.11
2012-10-28 09:22 David Cole Relationship added related to 0013611
2012-10-28 09:22 David Cole Relationship added related to 0008711
2012-11-23 11:30 David Cole Note Added: 0031685
2012-11-23 11:30 David Cole Status assigned => resolved
2012-11-23 11:30 David Cole Fixed in Version => CMake 2.8.11
2012-11-23 11:30 David Cole Resolution open => fixed
2013-04-17 08:54 Robert Maynard Note Added: 0032880
2013-04-17 08:54 Robert Maynard Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team