[cmake-commits] martink committed cmCPackNSISGenerator.cxx 1.19 1.20

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Nov 17 11:14:07 EST 2006


Update of /cvsroot/CMake/CMake/Source/CPack
In directory public:/mounts/ram/cvs-serv12177

Modified Files:
	cmCPackNSISGenerator.cxx 
Log Message:
STYLE: fix a long line


Index: cmCPackNSISGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CPack/cmCPackNSISGenerator.cxx,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- cmCPackNSISGenerator.cxx	14 Nov 2006 03:08:42 -0000	1.19
+++ cmCPackNSISGenerator.cxx	17 Nov 2006 16:14:04 -0000	1.20
@@ -147,8 +147,12 @@
   if ( !cmsys::SystemTools::ReadRegistryValue(
       "HKEY_LOCAL_MACHINE\\SOFTWARE\\NSIS", nsisPath) )
     {
-    cmCPackLogger(cmCPackLog::LOG_ERROR, "Cannot find NSIS registry value. This is usually caused by NSIS not being installed. Please install NSIS from http://nsis.sourceforge.org"
-      << std::endl);
+    cmCPackLogger
+      (cmCPackLog::LOG_ERROR, 
+       "Cannot find NSIS registry value. This is usually caused by NSIS "
+       "not being installed. Please install NSIS from "
+       "http://nsis.sourceforge.org"
+       << std::endl);
     return 0;
     }
   path.push_back(nsisPath);



More information about the Cmake-commits mailing list