[Cmake-commits] CMake branch, next, updated. v2.8.12.2-7591-g603b1d8

Stephen Kelly steveire at gmail.com
Tue Feb 11 07:17:54 EST 2014


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  603b1d892ac46ed24ea9c810d1568fb3b452a7da (commit)
       via  37e1894d325c252ef5a88a556491f08f21719b71 (commit)
      from  f4e0fc2f866747af636e6c0eb43c717773275dd6 (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=603b1d892ac46ed24ea9c810d1568fb3b452a7da
commit 603b1d892ac46ed24ea9c810d1568fb3b452a7da
Merge: f4e0fc2 37e1894
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Feb 11 07:17:54 2014 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Feb 11 07:17:54 2014 -0500

    Merge topic 'backward-compatibility' into next
    
    37e1894d cmTarget: Remove TODO comment.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=37e1894d325c252ef5a88a556491f08f21719b71
commit 37e1894d325c252ef5a88a556491f08f21719b71
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Feb 11 11:05:01 2014 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Tue Feb 11 11:05:01 2014 +0100

    cmTarget: Remove TODO comment.
    
    The current behavior is desirable because while it is common to
    set a per-config suffix on libraries, it is not common for exexutables.

diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx
index 18ba7c8..d440f7c 100644
--- a/Source/cmTarget.cxx
+++ b/Source/cmTarget.cxx
@@ -317,8 +317,7 @@ void cmTarget::SetMakefile(cmMakefile* mf)
     // variable only for non-executable targets.  This preserves
     // compatibility with previous CMake versions in which executables
     // did not support this variable.  Projects may still specify the
-    // property directly.  TODO: Make this depend on backwards
-    // compatibility setting.
+    // property directly.
     if(this->TargetTypeValue != cmTarget::EXECUTABLE
         && this->TargetTypeValue != cmTarget::INTERFACE_LIBRARY)
       {

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

Summary of changes:
 Source/cmTarget.cxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list