ENH: fix line length error
This commit is contained in:
parent
64c124be23
commit
4168c0797b
@ -283,9 +283,10 @@ void cmCPackNSISGenerator::CreateMenuLinks( cmOStringStream& str,
|
|||||||
cpackMenuLinksVector);
|
cpackMenuLinksVector);
|
||||||
if ( cpackMenuLinksVector.size() % 2 != 0 )
|
if ( cpackMenuLinksVector.size() % 2 != 0 )
|
||||||
{
|
{
|
||||||
cmCPackLogger(cmCPackLog::LOG_ERROR,
|
cmCPackLogger(
|
||||||
"CPACK_PACKAGE_EXECUTABLES should contain pairs of <executable> and "
|
cmCPackLog::LOG_ERROR,
|
||||||
"<icon name>." << std::endl);
|
"CPACK_PACKAGE_EXECUTABLES should contain pairs of <executable> and "
|
||||||
|
"<icon name>." << std::endl);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
std::vector<std::string>::iterator it;
|
std::vector<std::string>::iterator it;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user