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  4c78d989d6c76dcf7b7f79abc42c41d7d6f3679d (commit)
       via  8fb044eb3f4951abc8cb9ea14ca2ec0778f507f1 (commit)
      from  12076cd6c38a8085e85a8a626ae869bd000a0f25 (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=4c78d989d6c76dcf7b7f79abc42c41d7d6f3679d
commit 4c78d989d6c76dcf7b7f79abc42c41d7d6f3679d
Merge: 12076cd 8fb044e
Author:     Stephen Kelly <steve...@gmail.com>
AuthorDate: Sun Jan 20 14:34:55 2013 -0500
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Sun Jan 20 14:34:55 2013 -0500

    Merge topic 'fix-tll-IMPORTED-targets' into next
    
    8fb044e Fix style issues.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=8fb044eb3f4951abc8cb9ea14ca2ec0778f507f1
commit 8fb044eb3f4951abc8cb9ea14ca2ec0778f507f1
Author:     Stephen Kelly <steve...@gmail.com>
AuthorDate: Sun Jan 20 20:32:00 2013 +0100
Commit:     Stephen Kelly <steve...@gmail.com>
CommitDate: Sun Jan 20 20:32:06 2013 +0100

    Fix style issues.

diff --git a/Source/cmTargetLinkLibrariesCommand.cxx 
b/Source/cmTargetLinkLibrariesCommand.cxx
index a2c6148..9f74821 100644
--- a/Source/cmTargetLinkLibrariesCommand.cxx
+++ b/Source/cmTargetLinkLibrariesCommand.cxx
@@ -309,7 +309,8 @@ cmTargetLinkLibrariesCommand::HandleLibrary(const char* lib,
   if(llt == cmTarget::OPTIMIZED || llt == cmTarget::GENERAL)
     {
     // Put in the non-DEBUG configuration interfaces.
-    this->Target->AppendProperty((prefix + "LINK_INTERFACE_LIBRARIES" + 
suffix).c_str(), lib);
+    this->Target->AppendProperty(
+                (prefix + "LINK_INTERFACE_LIBRARIES" + suffix).c_str(), lib);
 
     // Make sure the DEBUG configuration interfaces exist so that the
     // general one will not be used as a fall-back.

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

Summary of changes:
 Source/cmTargetLinkLibrariesCommand.cxx |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits

Reply via email to