MantisBT - CMake
View Issue Details
0004395CMakeCMakepublic2007-02-02 06:052013-04-17 08:54
Jørgen Seland 
David Cole 
normalfeaturealways
closedfixed 
 
CMake 2.8.11CMake 2.8.11 
0004395: SOURCE_GROUP override broken with recursive groups
The 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).
No tags attached.
related to 0013611closed David Cole SOURCE_GROUP doesn't use last match 
related to 0008711closed David Cole SOURCE_GROUP priorities not working 
Issue History
2007-08-27 17:08Alex NeundorfNote Added: 0008681
2007-08-27 17:08Alex NeundorfSeverityminor => feature
2012-10-28 09:17David ColeAssigned ToBill Hoffman => David Cole
2012-10-28 09:17David ColeTarget Version => CMake 2.8.11
2012-10-28 09:22David ColeRelationship addedrelated to 0013611
2012-10-28 09:22David ColeRelationship addedrelated to 0008711
2012-11-23 11:30David ColeNote Added: 0031685
2012-11-23 11:30David ColeStatusassigned => resolved
2012-11-23 11:30David ColeFixed in Version => CMake 2.8.11
2012-11-23 11:30David ColeResolutionopen => fixed
2013-04-17 08:54Robert MaynardNote Added: 0032880
2013-04-17 08:54Robert MaynardStatusresolved => closed

Notes
(0006321)
Jørgen Seland   
2007-02-02 06:27   
The single backslashes above are actually double, of course.
(0008681)
Alex Neundorf   
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   
2012-11-23 11:30   
Same fix as related issue 0013611
(0032880)
Robert Maynard   
2013-04-17 08:54   
Closing resolved issues that have not been updated in more than 4 months.