[Cmake-commits] CMake branch, next, updated. v3.2.2-1881-gbef4d78

Brad King brad.king at kitware.com
Fri Apr 17 11:04:06 EDT 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  bef4d783bf5694dc03cb6f1e1f5021df744f628e (commit)
       via  164f1df26d1c3b66678a8e585e1ebc1783f9a6fb (commit)
      from  4355acdb2da42cf59a7aa8a00e9d277caa95d27e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=bef4d783bf5694dc03cb6f1e1f5021df744f628e
commit bef4d783bf5694dc03cb6f1e1f5021df744f628e
Merge: 4355acd 164f1df
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Apr 17 11:04:06 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Apr 17 11:04:06 2015 -0400

    Merge topic 'doc-PDB_NAME-fallback' into next
    
    164f1df2 Help: Clarify PDB_NAME fallback behavior (#15518)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=164f1df26d1c3b66678a8e585e1ebc1783f9a6fb
commit 164f1df26d1c3b66678a8e585e1ebc1783f9a6fb
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Apr 17 11:00:56 2015 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Fri Apr 17 11:00:56 2015 -0400

    Help: Clarify PDB_NAME fallback behavior (#15518)
    
    It uses the OUTPUT_NAME if set, not always the target name.

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

-----------------------------------------------------------------------

Summary of changes:
 Help/prop_tgt/PDB_NAME.rst |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list