[Cmake-commits] CMake branch, next, updated. v2.8.8-2869-gd4f1f23

Eric Noulard eric.noulard at gmail.com
Tue May 15 01:58:06 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  d4f1f23850e95607f1b18bb3cd11079fb6c8df5f (commit)
       via  f90223cafc4be83a1556e2d238e2af596afbd616 (commit)
      from  ae93f63cb223fe44a33b4b35da10de69f96ffed1 (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=d4f1f23850e95607f1b18bb3cd11079fb6c8df5f
commit d4f1f23850e95607f1b18bb3cd11079fb6c8df5f
Merge: ae93f63 f90223c
Author:     Eric Noulard <eric.noulard at gmail.com>
AuthorDate: Tue May 15 01:58:05 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue May 15 01:58:05 2012 -0400

    Merge topic 'CPackNSIS-warnDESTDIRandABSOLUTE' into next
    
    f90223c Fix KWStyle warning


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f90223cafc4be83a1556e2d238e2af596afbd616
commit f90223cafc4be83a1556e2d238e2af596afbd616
Author:     Eric NOULARD <eric.noulard at gmail.com>
AuthorDate: Tue May 15 07:54:42 2012 +0200
Commit:     Eric NOULARD <eric.noulard at gmail.com>
CommitDate: Tue May 15 07:54:42 2012 +0200

    Fix KWStyle warning

diff --git a/Source/cmInstallGenerator.cxx b/Source/cmInstallGenerator.cxx
index 2150ec1..2b1db79 100644
--- a/Source/cmInstallGenerator.cxx
+++ b/Source/cmInstallGenerator.cxx
@@ -87,7 +87,8 @@ void cmInstallGenerator
 
      os << indent << "IF (CPACK_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)\n";
      os << indent << indent << "message(FATAL_ERROR \"ABSOLUTE path INSTALL "
-        << "DESTINATION forbidden (by CPack): ${CPACK_ABSOLUTE_DESTINATION_FILES}\")\n";
+        << "DESTINATION forbidden (by CPack): "
+        << "${CPACK_ABSOLUTE_DESTINATION_FILES}\")\n";
      os << indent << "ENDIF (CPACK_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)\n";
      }
   os << "FILE(INSTALL DESTINATION \"" << dest << "\" TYPE " << stype.c_str();

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list