View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0005094CMakeCMakepublic2007-05-27 03:022016-06-10 14:30
ReporterGonzalo Garramuno 
Assigned ToBill Hoffman 
PriorityurgentSeveritymajorReproducibilityalways
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0005094: Targets with directory names in them will create wrong project names
DescriptionTarget 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.
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0013799)
Bill Hoffman (manager)
2008-10-09 13:11

I don't think / is supported in the name. It breaks for makefiles as well.
(0041362)
Kitware Robot (administrator)
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.

 Issue History
Date Modified Username Field Change
2008-10-09 13:11 Bill Hoffman Note Added: 0013799
2016-06-10 14:27 Kitware Robot Note Added: 0041362
2016-06-10 14:27 Kitware Robot Status assigned => resolved
2016-06-10 14:27 Kitware Robot Resolution open => moved
2016-06-10 14:30 Kitware Robot Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team