[Cmake-commits] CMake branch, next, updated. v2.8.10.1-851-g440c168

Eric Noulard eric.noulard at gmail.com
Sat Nov 10 09:55:20 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  440c168e65b4965f8a92d409e5afd2ded0122365 (commit)
       via  572d9e1e057e64ae9eccda5db8b08c3164a34bc4 (commit)
       via  342934d4de7482734bdb3b476b8afd49a0bcdf10 (commit)
      from  08e1d26efad4cd1559e0102289d2c15c21067ba6 (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=440c168e65b4965f8a92d409e5afd2ded0122365
commit 440c168e65b4965f8a92d409e5afd2ded0122365
Merge: 08e1d26 572d9e1
Author:     Eric Noulard <eric.noulard at gmail.com>
AuthorDate: Sat Nov 10 09:55:14 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sat Nov 10 09:55:14 2012 -0500

    Merge topic 'CPack-fixTypoInErrorMsg' into next
    
    572d9e1 Correct string literal typo (have "(NULL)" like all other cases).
    342934d CMake Nightly Date Stamp


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=572d9e1e057e64ae9eccda5db8b08c3164a34bc4
commit 572d9e1e057e64ae9eccda5db8b08c3164a34bc4
Author:     Andreas Mohr <andim2 at users.sourceforge.net>
AuthorDate: Sat Nov 10 15:49:05 2012 +0100
Commit:     Eric NOULARD <eric.noulard at gmail.com>
CommitDate: Sat Nov 10 15:49:05 2012 +0100

    Correct string literal typo (have "(NULL)" like all other cases).
    
    Signed-off-by: Eric NOULARD <eric.noulard at gmail.com>

diff --git a/Source/CPack/cmCPackGenerator.cxx b/Source/CPack/cmCPackGenerator.cxx
index e964696..b57dbcb 100644
--- a/Source/CPack/cmCPackGenerator.cxx
+++ b/Source/CPack/cmCPackGenerator.cxx
@@ -208,7 +208,7 @@ int cmCPackGenerator::InstallProject()
     {
     cmCPackLogger(cmCPackLog::LOG_ERROR,
       "Problem creating temporary directory: "
-                  << (tempInstallDirectory ? tempInstallDirectory : "(NULL}")
+                  << (tempInstallDirectory ? tempInstallDirectory : "(NULL)")
                   << std::endl);
     return 0;
     }

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

Summary of changes:
 Source/CMakeVersion.cmake         |    2 +-
 Source/CPack/cmCPackGenerator.cxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list