MantisBT - CMake
View Issue Details
0007921CMakeCMakepublic2008-11-03 09:162016-06-10 14:30
bullestock 
Bill Hoffman 
normalminoralways
closedmoved 
CMake-2-6 
 
0007921: Ampersands in source groups are not escaped in Visual Studio project files
CMake 2.6.2, using "Visual Studio 8 2005" generator: When creating a source group like

   SOURCE_GROUP("Debug & Logging"

the resulting .vcproj file contains

        <Filter
            Name="Debug & Logging"

which of course is not valid XML. Manually editing the file to say

        <Filter
            Name="Debug & Logging"

works as expected.

No tags attached.
Issue History
2008-11-03 09:16bullestockNew Issue
2009-02-13 16:17Bill HoffmanStatusnew => assigned
2009-02-13 16:17Bill HoffmanAssigned To => Bill Hoffman
2016-06-10 14:27Kitware RobotNote Added: 0041465
2016-06-10 14:27Kitware RobotStatusassigned => resolved
2016-06-10 14:27Kitware RobotResolutionopen => moved
2016-06-10 14:30Kitware RobotStatusresolved => closed

Notes
(0041465)
Kitware Robot   
2016-06-10 14:27   
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.