diff options
author | Brad King <brad.king@kitware.com> | 2015-04-17 15:00:56 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-04-17 15:00:56 (GMT) |
commit | 164f1df26d1c3b66678a8e585e1ebc1783f9a6fb (patch) | |
tree | 3aa3c9e89c786b38e512df06623d390f67db2fb9 /Help/prop_tgt | |
parent | 1f1b62b0e2598554349dce14542a4c383f620ada (diff) | |
download | CMake-164f1df26d1c3b66678a8e585e1ebc1783f9a6fb.zip CMake-164f1df26d1c3b66678a8e585e1ebc1783f9a6fb.tar.gz CMake-164f1df26d1c3b66678a8e585e1ebc1783f9a6fb.tar.bz2 |
Help: Clarify PDB_NAME fallback behavior (#15518)
It uses the OUTPUT_NAME if set, not always the target name.
Diffstat (limited to 'Help/prop_tgt')
-rw-r--r-- | Help/prop_tgt/PDB_NAME.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Help/prop_tgt/PDB_NAME.rst b/Help/prop_tgt/PDB_NAME.rst index 479dec3..3a65796 100644 --- a/Help/prop_tgt/PDB_NAME.rst +++ b/Help/prop_tgt/PDB_NAME.rst @@ -5,7 +5,8 @@ Output name for the MS debug symbol ``.pdb`` file generated by the linker for an executable or shared library target. This property specifies the base name for the debug symbols file. -If not set, the logical target name is used by default. +If not set, the :prop_tgt:`OUTPUT_NAME` target property value or +logical target name is used by default. .. |COMPILE_PDB_XXX| replace:: :prop_tgt:`COMPILE_PDB_NAME` .. include:: PDB_NOTE.txt |