ENH: fix line length error
This commit is contained in:
parent
64c124be23
commit
4168c0797b
|
@ -283,9 +283,10 @@ void cmCPackNSISGenerator::CreateMenuLinks( cmOStringStream& str,
|
|||
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;
|
||||
|
|
Loading…
Reference in New Issue