Hi, all!<br>I was googled about how to change the PDB file name. it seems the PDB name still hardcode in cmTarget.cxx?<br>There exist any way to change the PDB filename for now?<br>I don&#39;t want to adding /Fd&quot;XXX.pdb&quot; for compile, and /PDB:&quot;XXX.pdb&quot; for link.<br>

It&#39;s will given overwriting warning because in cl.cmake<br><br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">SET(CMAKE_CXX_COMPILE_OBJECT<br>
    &quot;&lt;CMAKE_CXX_COMPILER&gt; ${CMAKE_START_TEMP_FILE} ${CMAKE_CL_NOLOGO} &lt;FLAGS&gt; &lt;DEFINES&gt; /TP /Fo&lt;OBJECT&gt; /Fd&lt;TARGET_PDB&gt; -c &lt;SOURCE&gt;${CMAKE_END_TEMP_FILE}&quot;)<br>
</blockquote><div>What should I do? <br>Any comments? <br></div>Thanks!<br clear="all"><br>-- <br><div>Best Regards</div>
<div>Yuchen</div><br>