[Cmake-commits] CMake branch, next, updated. v2.8.9-1019-g832814b

Stephen Kelly steveire at gmail.com
Fri Oct 5 09:55:23 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  832814b592f54bc95c41bbf909d6f298ece91892 (commit)
       via  79ec30e68931d113d15c26aefd186052edbd3738 (commit)
      from  015be301098b50a005bfb7efa9d8ffcc4e803233 (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=832814b592f54bc95c41bbf909d6f298ece91892
commit 832814b592f54bc95c41bbf909d6f298ece91892
Merge: 015be30 79ec30e
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Oct 5 09:55:17 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Oct 5 09:55:17 2012 -0400

    Merge topic 'generator-expression-bug-fixes' into next
    
    79ec30e Add missing period to the end of the error message.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=79ec30e68931d113d15c26aefd186052edbd3738
commit 79ec30e68931d113d15c26aefd186052edbd3738
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Oct 5 15:51:48 2012 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Fri Oct 5 15:54:33 2012 +0200

    Add missing period to the end of the error message.
    
    The unit tests run with the Ninja generator noticed it was missing.

diff --git a/Source/cmGeneratorExpressionEvaluator.cxx b/Source/cmGeneratorExpressionEvaluator.cxx
index 2c18ab8..92e2052 100644
--- a/Source/cmGeneratorExpressionEvaluator.cxx
+++ b/Source/cmGeneratorExpressionEvaluator.cxx
@@ -307,7 +307,7 @@ static const struct TargetPropertyNode : public cmGeneratorExpressionNode
           return std::string();
           }
         ::reportError(context, content->GetOriginalExpression(),
-                      "Target name not supported");
+                      "Target name not supported.");
         return std::string();
         }
       target = context->Makefile->FindGeneratorTargetToUse(

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

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