Hi, all!
I was googled about how to change the PDB file name. it seems the PDB name
still hardcode in cmTarget.cxx?
There exist any way to change the PDB filename for now?
I don't want to adding /Fd"XXX.pdb" for compile, and /PDB:"XXX.pdb" for
link.
It's will given overwriting warning because in cl.cmake

SET(CMAKE_CXX_COMPILE_OBJECT
>     "<CMAKE_CXX_COMPILER> ${CMAKE_START_TEMP_FILE} ${CMAKE_CL_NOLOGO}
> <FLAGS> <DEFINES> /TP /Fo<OBJECT> /Fd<TARGET_PDB> -c
> <SOURCE>${CMAKE_END_TEMP_FILE}")
>
What should I do?
Any comments?
Thanks!

-- 
Best Regards
Yuchen
--

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://www.cmake.org/mailman/listinfo/cmake

Reply via email to