[cmake-commits] hoffman committed cmCPackNSISGenerator.cxx 1.23 1.24
cmake-commits at cmake.org
cmake-commits at cmake.org
Fri Oct 19 12:03:19 EDT 2007
Update of /cvsroot/CMake/CMake/Source/CPack
In directory public:/mounts/ram/cvs-serv4852
Modified Files:
cmCPackNSISGenerator.cxx
Log Message:
ENH: fix line length error
Index: cmCPackNSISGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CPack/cmCPackNSISGenerator.cxx,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- cmCPackNSISGenerator.cxx 18 Oct 2007 13:40:10 -0000 1.23
+++ cmCPackNSISGenerator.cxx 19 Oct 2007 16:03:16 -0000 1.24
@@ -283,9 +283,10 @@
cpackMenuLinksVector);
if ( cpackMenuLinksVector.size() % 2 != 0 )
{
- cmCPackLogger(cmCPackLog::LOG_ERROR,
- "CPACK_PACKAGE_EXECUTABLES should contain pairs of <executable> and "
- "<icon name>." << std::endl);
+ cmCPackLogger(
+ cmCPackLog::LOG_ERROR,
+ "CPACK_PACKAGE_EXECUTABLES should contain pairs of <executable> and "
+ "<icon name>." << std::endl);
return;
}
std::vector<std::string>::iterator it;
More information about the Cmake-commits
mailing list