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 ====================================================================== -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
