MantisBT - CMake
View Issue Details
0012328CMakeCMakepublic2011-07-11 05:312012-09-03 16:01
Yuri 
Brad King 
normalminoralways
closedfixed 
CMake 2.8.5 
CMake 2.8.8CMake 2.8.8 
0012328: Wrong linker flag for PDB output in Visual Studio 2010 Generator
Currently Cmake generates entry in vcxproj:
Link/ProgramDataBaseFileName
But, visual studio uses ProgramDataBaseFile (without Name). The compiler uses Name suffix (this part is correct).

However, the map in cmVS10LinkFlagTable lists correct mapping from /PDB to <ProgramDataBaseFile> element.
I think the line cmVisualStudio10TargetGenerator.cxx:1407 should be changed.
No tags attached.
patch 0001-VS10-Fix-pdb-option-vcxproj-element-name-12328.patch (1,106) 2011-08-03 14:24
https://public.kitware.com/Bug/file/3996/0001-VS10-Fix-pdb-option-vcxproj-element-name-12328.patch
Issue History
2011-07-11 05:31YuriNew Issue
2011-08-03 14:23Brad KingAssigned To => Brad King
2011-08-03 14:23Brad KingStatusnew => assigned
2011-08-03 14:24Brad KingFile Added: 0001-VS10-Fix-pdb-option-vcxproj-element-name-12328.patch
2011-08-03 14:25Brad KingNote Added: 0027157
2012-01-09 15:41Brad KingNote Added: 0028219
2012-01-09 15:41Brad KingStatusassigned => resolved
2012-01-09 15:41Brad KingFixed in Version => CMake 2.8.8
2012-01-09 15:41Brad KingResolutionopen => fixed
2012-04-19 13:08David ColeTarget Version => CMake 2.8.8
2012-09-03 16:01David ColeNote Added: 0030862
2012-09-03 16:01David ColeStatusresolved => closed

Notes
(0027157)
Brad King   
2011-08-03 14:25   
Thanks for diagnosing the problem. Please test patch "0001-VS10-Fix-pdb-option-vcxproj-element-name-12328.patch".
(0028219)
Brad King   
2012-01-09 15:41   
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=655a7dd1 [^]
(0030862)
David Cole   
2012-09-03 16:01   
Closing resolved issues that have not been updated in more than 4 months.