View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0009917CMakeCMakepublic2009-11-18 12:162009-11-18 16:15
ReporterBen Medina 
Assigned ToBrad King 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionCMake-2-8 
Target VersionFixed in Version 
Summary0009917: VS 10 generator does not convert forward slashes to back slashes in file paths
DescriptionThe VS10 generator seems to no longer replace forward slashes with
back slashes in file paths, which breaks UNC paths in the project
files. For example, if I specify a link against
"//server/share/somelibrary.lib" in CMake, it should be translated to
"\\server\share\somelibrary.lib" in the vcxproj file. This works for
the VS9 generator, but not the VS10 generator, leading to a linker
error.
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0018481)
Brad King (manager)
2009-11-18 16:15

Use backslashes in VS 10 library dependencies
/cvsroot/CMake/CMake/Source/cmVisualStudio10TargetGenerator.cxx,v <-- Source/cmVisualStudio10TargetGenerator.cxx
new revision: 1.28; previous revision: 1.27

I'll schedule this for 2.8.1.

 Issue History
Date Modified Username Field Change
2009-11-18 12:16 Ben Medina New Issue
2009-11-18 13:19 Brad King Status new => assigned
2009-11-18 13:19 Brad King Assigned To => Brad King
2009-11-18 16:15 Brad King Note Added: 0018481
2009-11-18 16:15 Brad King Status assigned => closed
2009-11-18 16:15 Brad King Resolution open => fixed


Copyright © 2000 - 2018 MantisBT Team