MantisBT - CMake
View Issue Details
0005094CMakeCMakepublic2007-05-27 03:022016-06-10 14:30
Gonzalo Garramuno 
Bill Hoffman 
urgentmajoralways
closedmoved 
 
 
0005094: Targets with directory names in them will create wrong project names
Target files that contain directory names, such as:

ADD_LIBRARY( "directory/name" ...)

will create .vcproj/.sln files with projects named as:

directory/name.

According to MSVS, this is an invalid project name. The / should be turned into underscores, like directory_name.
No tags attached.
Issue History
2008-10-09 13:11Bill HoffmanNote Added: 0013799
2016-06-10 14:27Kitware RobotNote Added: 0041362
2016-06-10 14:27Kitware RobotStatusassigned => resolved
2016-06-10 14:27Kitware RobotResolutionopen => moved
2016-06-10 14:30Kitware RobotStatusresolved => closed

Notes
(0013799)
Bill Hoffman   
2008-10-09 13:11   
I don't think / is supported in the name. It breaks for makefiles as well.
(0041362)
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.