MantisBT - CMake |
| View Issue Details |
|
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0012328 | CMake | CMake | public | 2011-07-11 05:31 | 2012-09-03 16:01 |
|
| Reporter | Yuri | |
| Assigned To | Brad King | |
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | |
| Platform | | OS | | OS Version | |
| Product Version | CMake 2.8.5 | |
| Target Version | CMake 2.8.8 | Fixed in Version | CMake 2.8.8 | |
|
| Summary | 0012328: 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. |
| Steps To Reproduce | |
| Additional Information | I think the line cmVisualStudio10TargetGenerator.cxx:1407 should be changed. |
| Tags | No tags attached. |
| Relationships | |
| Attached Files | 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 |
| Date Modified | Username | Field | Change |
| 2011-07-11 05:31 | Yuri | New Issue | |
| 2011-08-03 14:23 | Brad King | Assigned To | => Brad King |
| 2011-08-03 14:23 | Brad King | Status | new => assigned |
| 2011-08-03 14:24 | Brad King | File Added: 0001-VS10-Fix-pdb-option-vcxproj-element-name-12328.patch | |
| 2011-08-03 14:25 | Brad King | Note Added: 0027157 | |
| 2012-01-09 15:41 | Brad King | Note Added: 0028219 | |
| 2012-01-09 15:41 | Brad King | Status | assigned => resolved |
| 2012-01-09 15:41 | Brad King | Fixed in Version | => CMake 2.8.8 |
| 2012-01-09 15:41 | Brad King | Resolution | open => fixed |
| 2012-04-19 13:08 | David Cole | Target Version | => CMake 2.8.8 |
| 2012-09-03 16:01 | David Cole | Note Added: 0030862 | |
| 2012-09-03 16:01 | David Cole | Status | resolved => closed |