The following issue has been SUBMITTED. 
====================================================================== 
http://www.cmake.org/Bug/view.php?id=14763 
====================================================================== 
Reported By:                Brad King
Assigned To:                Brad King
====================================================================== 
Project:                    CMake
Issue ID:                   14763
Category:                   CMake
Reproducibility:            N/A
Severity:                   feature
Priority:                   normal
Status:                     assigned
Target Version:             CMake 3.1
====================================================================== 
Date Submitted:             2014-02-18 09:58 EST
Last Modified:              2014-02-18 09:58 EST
====================================================================== 
Summary:                    Add target properties to specify MS compiler PDB
files
Description: 
As reported in issue http://www.cmake.org/Bug/view.php?id=14062 and documented
in more detail in http://www.cmake.org/Bug/view.php?id=14600, compiler PDB files
are different from linker PDB files.  The issues were resolved by removing the
influence of PDB_NAME and PDB_OUTPUT_DIRECTORY target properties on the /Fd flag
of "cl" so that we do not specify the same file as both the compiler and linker
program databases.

However, for static libraries there is no linker program database so the
compiler program database becomes more important.  We need new target properties
to control the compiler program database location:

 COMPILE_PDB_NAME
 COMPILE_PDB_OUTPUT_DIRECTORY[_<CONFIG>]

====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2014-02-18 09:58 Brad King      New Issue                                    
2014-02-18 09:58 Brad King      Status                   new => assigned     
2014-02-18 09:58 Brad King      Assigned To               => Brad King       
======================================================================

-- 

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

Reply via email to