mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 12:40:06 +00:00
STYLE: fix a long line
This commit is contained in:
parent
384dd715d5
commit
240deb027b
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user