[cmake-developers] [CMake 0014577]: <ProgramDataBaseFileName> tag is missing in VS XXXX vc(x)proj files since 2.8.12.x
Mantis Bug Tracker
mantis at public.kitware.com
Mon Nov 18 03:32:38 EST 2013
The following issue has been SUBMITTED.
======================================================================
http://public.kitware.com/Bug/view.php?id=14577
======================================================================
Reported By: Soeren Freudiger
Assigned To:
======================================================================
Project: CMake
Issue ID: 14577
Category: CMake
Reproducibility: always
Severity: major
Priority: urgent
Status: new
======================================================================
Date Submitted: 2013-11-18 03:32 EST
Last Modified: 2013-11-18 03:32 EST
======================================================================
Summary: <ProgramDataBaseFileName> tag is missing in VS XXXX
vc(x)proj files since 2.8.12.x
Description:
Since 2.8.12.0 there is no more
<ProgramDataBaseFileName>/MyBinPath/dev/$(Configuration)/MtuX.pdb</ProgramDataBaseFileName>
inside
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
in the generated visual studio files.
Thus it falls back to the default what is
$(IntDir)vc$(PlatformToolsetVersion).pdb
for VS 2012 and it's not the same...
Steps to Reproduce:
Just build a VS2012 project and open the vcxproj file.
You won't find any and <ProgramDataBaseFileName>.
We added the /Zi compilerflag before (for vs projects)
Additional Information:
-
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2013-11-18 03:32 Soeren FreudigerNew Issue
======================================================================
More information about the cmake-developers
mailing list