[Cmake-commits] CMake branch, next, updated. v2.8.9-544-g086a97d

Stephen Kelly steveire at gmail.com
Sun Sep 16 04:52:52 EDT 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  086a97df9f977607fe8202c9c6d7029d3f9c7a26 (commit)
       via  fb97aa0be810b7c30d269d985e269b5de08dc860 (commit)
      from  a9a543273fb2cfd32543f7406a6dea7a5e68a57e (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=086a97df9f977607fe8202c9c6d7029d3f9c7a26
commit 086a97df9f977607fe8202c9c6d7029d3f9c7a26
Merge: a9a5432 fb97aa0
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sun Sep 16 04:52:51 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sun Sep 16 04:52:51 2012 -0400

    Merge topic 'generator-expression-refactor' into next
    
    fb97aa0 Fix width of long line.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=fb97aa0be810b7c30d269d985e269b5de08dc860
commit fb97aa0be810b7c30d269d985e269b5de08dc860
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sun Sep 16 10:50:43 2012 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Sun Sep 16 10:51:03 2012 +0200

    Fix width of long line.

diff --git a/Source/cmGeneratorExpressionEvaluator.cxx b/Source/cmGeneratorExpressionEvaluator.cxx
index 1cee239..f6d2db1 100644
--- a/Source/cmGeneratorExpressionEvaluator.cxx
+++ b/Source/cmGeneratorExpressionEvaluator.cxx
@@ -220,7 +220,7 @@ struct TargetFilesystemArtifact : public cmGeneratorExpressionNode
       target->GetType() != cmTarget::UNKNOWN_LIBRARY)
       {
       ::reportError(context, content->GetOriginalExpression(),
-                    "Target \"" + name + "\" is not an executable or library.");
+                  "Target \"" + name + "\" is not an executable or library.");
       return std::string();
       }
     context->Targets.insert(target);

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list