[Cmake-commits] CMake branch, next, updated. v2.8.10.2-2173-gbc6d585

Stephen Kelly steveire at gmail.com
Mon Feb 18 10:20:18 EST 2013


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  bc6d5853c67bcfb64cf0ac6b75ec5a8f27a7d428 (commit)
       via  a58f88b3bb22a7b6ee2ecb210aed5dc30a634053 (commit)
      from  392dbd47ff50d84da14df6096771da0fbf713d1c (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=bc6d5853c67bcfb64cf0ac6b75ec5a8f27a7d428
commit bc6d5853c67bcfb64cf0ac6b75ec5a8f27a7d428
Merge: 392dbd4 a58f88b
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Feb 18 10:20:16 2013 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Feb 18 10:20:16 2013 -0500

    Merge topic 'try_compile-targets' into next
    
    a58f88b Fix style.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a58f88b3bb22a7b6ee2ecb210aed5dc30a634053
commit a58f88b3bb22a7b6ee2ecb210aed5dc30a634053
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Feb 18 15:16:15 2013 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Mon Feb 18 15:16:15 2013 +0100

    Fix style.

diff --git a/Source/cmCoreTryCompile.cxx b/Source/cmCoreTryCompile.cxx
index 28485be..2e9b8f5 100644
--- a/Source/cmCoreTryCompile.cxx
+++ b/Source/cmCoreTryCompile.cxx
@@ -381,7 +381,8 @@ int cmCoreTryCompile::TryCompileCode(std::vector<std::string> const& argv)
     fprintf(fout, "ADD_EXECUTABLE(%s \"%s\")\n", targetName, source.c_str());
     if (libsToLink.empty())
       {
-      fprintf(fout, "TARGET_LINK_LIBRARIES(%s ${LINK_LIBRARIES})\n",targetName);
+      fprintf(fout,
+              "TARGET_LINK_LIBRARIES(%s ${LINK_LIBRARIES})\n",targetName);
       }
     else
       {

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list