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:
Brad King 2014-03-12 10:39:23 -04:00
parent af8a1643c1
commit 3be265b304
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}