[Cmake-commits] CMake branch, next, updated. v3.6.0-rc1-245-g77bb2d4

Stephen Kelly steveire at gmail.com
Sun Jun 12 13:01:07 EDT 2016


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  77bb2d46d6359a99b9391e026a679845e9326bb9 (commit)
       via  a4782168d211581fea2fbf7a896e7e46d9a253f0 (commit)
      from  a30ab870553df2fa8df99aaf1ba850cf664e384a (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=77bb2d46d6359a99b9391e026a679845e9326bb9
commit 77bb2d46d6359a99b9391e026a679845e9326bb9
Merge: a30ab87 a478216
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sun Jun 12 13:01:06 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sun Jun 12 13:01:06 2016 -0400

    Merge topic 'clean-up-Parser' into next
    
    a4782168 Fixup error


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a4782168d211581fea2fbf7a896e7e46d9a253f0
commit a4782168d211581fea2fbf7a896e7e46d9a253f0
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sun Jun 12 18:59:12 2016 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Sun Jun 12 19:00:53 2016 +0200

    Fixup error

diff --git a/Source/cmListFileCache.cxx b/Source/cmListFileCache.cxx
index 3811b02..52b18f8 100644
--- a/Source/cmListFileCache.cxx
+++ b/Source/cmListFileCache.cxx
@@ -87,7 +87,8 @@ bool cmListFileParser::ParseFile()
   // Verify the Byte-Order-Mark, if any.
   if (bom != cmListFileLexer_BOM_None && bom != cmListFileLexer_BOM_UTF8) {
     cmListFileLexer_SetFileName(this->Lexer, 0, 0);
-    this->IssueFileOpenError("File starts with a Byte-Order-Mark that is not UTF-8.");
+    this->IssueFileOpenError(
+      "File starts with a Byte-Order-Mark that is not UTF-8.");
     return false;
   }
 

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

Summary of changes:
 Source/cmListFileCache.cxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list