[Cmake-commits] CMake branch, next, updated. v2.8.12.2-1604-gf00a9aa

Stephen Kelly steveire at gmail.com
Thu Feb 20 17:17:08 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  f00a9aa2fb6d587c2db3685b01c8011e270a0db5 (commit)
       via  58aa227312ca0d6eed1bfd767779aa1dc7bf628f (commit)
      from  7d0f231b05e3e1da59a1651d5dc002832aa630d0 (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=f00a9aa2fb6d587c2db3685b01c8011e270a0db5
commit f00a9aa2fb6d587c2db3685b01c8011e270a0db5
Merge: 7d0f231 58aa227
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Feb 20 17:17:08 2014 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Feb 20 17:17:08 2014 -0500

    Merge topic 'target-SOURCES-refactor' into next
    
    58aa2273 Fix whitespace.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=58aa227312ca0d6eed1bfd767779aa1dc7bf628f
commit 58aa227312ca0d6eed1bfd767779aa1dc7bf628f
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Feb 20 23:16:42 2014 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Thu Feb 20 23:16:42 2014 +0100

    Fix whitespace.

diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx
index c70ff3b..7df2928 100644
--- a/Source/cmTarget.cxx
+++ b/Source/cmTarget.cxx
@@ -544,7 +544,7 @@ void cmTarget::GetSourceFiles(std::vector<cmSourceFile*> &files) const
         {
         cmake* cm = this->Makefile->GetCMakeInstance();
         cm->IssueMessage(cmake::FATAL_ERROR, e,
-                          this->GetBacktrace());
+                         this->GetBacktrace());
         }
       return;
       }

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list