The following issue has been SUBMITTED. ====================================================================== http://public.kitware.com/Bug/view.php?id=12328 ====================================================================== Reported By: Yuri Assigned To: ====================================================================== Project: CMake Issue ID: 12328 Category: CMake Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2011-07-11 05:31 EDT Last Modified: 2011-07-11 05:31 EDT ====================================================================== Summary: Wrong linker flag for PDB output in Visual Studio 2010 Generator Description: 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. Additional Information: I think the line cmVisualStudio10TargetGenerator.cxx:1407 should be changed. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2011-07-11 05:31 Yuri New Issue ====================================================================== _______________________________________________ cmake-developers mailing list [email protected] http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
