[Cmake-commits] CMake branch, next, updated. v2.8.7-1994-gde6c112

Stephen Kelly steveire at gmail.com
Sun Jan 8 09:43:15 EST 2012


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  de6c1121a952475ae8f7e81150fa0f67ef0246b6 (commit)
       via  c9597259eac7bf894dbf88a3b78bebedc183440b (commit)
      from  fc0bad68c857aace29d0d9f86f719f576be1f64b (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=de6c1121a952475ae8f7e81150fa0f67ef0246b6
commit de6c1121a952475ae8f7e81150fa0f67ef0246b6
Merge: fc0bad6 c959725
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sun Jan 8 09:42:57 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sun Jan 8 09:42:57 2012 -0500

    Merge topic 'early-exit-loop' into next
    
    c959725 Exit the loop when we have determined the language.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c9597259eac7bf894dbf88a3b78bebedc183440b
commit c9597259eac7bf894dbf88a3b78bebedc183440b
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sat Nov 5 16:17:23 2011 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Sun Jan 8 15:41:05 2012 +0100

    Exit the loop when we have determined the language.

diff --git a/Source/cmLocalUnixMakefileGenerator3.cxx b/Source/cmLocalUnixMakefileGenerator3.cxx
index 6be3eb9..70dcfd5 100644
--- a/Source/cmLocalUnixMakefileGenerator3.cxx
+++ b/Source/cmLocalUnixMakefileGenerator3.cxx
@@ -232,6 +232,7 @@ void cmLocalUnixMakefileGenerator3::WriteLocalMakefile()
       if(ei->Language == "C" || ei->Language == "CXX")
         {
         lang_is_c_or_cxx = true;
+        break;
         }
       }
 

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

Summary of changes:
 Source/cmLocalUnixMakefileGenerator3.cxx |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list