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't want to adding /Fd"XXX.pdb" for compile, and /PDB:"XXX.pdb" for link.<br>
It'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>
"<CMAKE_CXX_COMPILER> ${CMAKE_START_TEMP_FILE} ${CMAKE_CL_NOLOGO} <FLAGS> <DEFINES> /TP /Fo<OBJECT> /Fd<TARGET_PDB> -c <SOURCE>${CMAKE_END_TEMP_FILE}")<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>