summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackNSISGenerator.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-11-17 16:14:04 (GMT)
committerKen Martin <ken.martin@kitware.com>2006-11-17 16:14:04 (GMT)
commit240deb027b0a8d25d861ef96b4db7d0751bd9f76 (patch)
treead8ecd729a97f967913dd3bae2d3748e3074a77c /Source/CPack/cmCPackNSISGenerator.cxx
parent384dd715d5d03dd0f8ad1a3f8ae025408c763a2d (diff)
downloadCMake-240deb027b0a8d25d861ef96b4db7d0751bd9f76.zip
CMake-240deb027b0a8d25d861ef96b4db7d0751bd9f76.tar.gz
CMake-240deb027b0a8d25d861ef96b4db7d0751bd9f76.tar.bz2
STYLE: fix a long line
Diffstat (limited to 'Source/CPack/cmCPackNSISGenerator.cxx')
-rw-r--r--Source/CPack/cmCPackNSISGenerator.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/Source/CPack/cmCPackNSISGenerator.cxx b/Source/CPack/cmCPackNSISGenerator.cxx
index 470f5bc..f973acc 100644
--- a/Source/CPack/cmCPackNSISGenerator.cxx
+++ b/Source/CPack/cmCPackNSISGenerator.cxx
@@ -147,8 +147,12 @@ int cmCPackNSISGenerator::InitializeInternal()
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);