Workaround Sun C++ 5.9 compiler crash
Adjust whitespace in Source/CPack/cpack.cxx to avoid a strange internal compiler crash.
This commit is contained in:
parent
af8a1643c1
commit
3be265b304
|
@ -275,8 +275,8 @@ int main (int argc, char const* const* argv)
|
|||
else if ( cpackConfigFileSpecified )
|
||||
{
|
||||
cmCPack_Log(&log, cmCPackLog::LOG_ERROR,
|
||||
"Cannot find CPack config file: \"" << cpackConfigFile
|
||||
<< "\"" << std::endl);
|
||||
"Cannot find CPack config file: \"" <<
|
||||
cpackConfigFile << "\"" << std::endl);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue