瀏覽代碼

Workaround Sun C++ 5.9 compiler crash

Adjust whitespace in Source/CPack/cpack.cxx to avoid a strange
internal compiler crash.
Brad King 11 年之前
父節點
當前提交
3be265b304
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Source/CPack/cpack.cxx

+ 2 - 2
Source/CPack/cpack.cxx

@@ -275,8 +275,8 @@ int main (int argc, char const* const* argv)
     else if ( cpackConfigFileSpecified )
     else if ( cpackConfigFileSpecified )
       {
       {
       cmCPack_Log(&log, cmCPackLog::LOG_ERROR,
       cmCPack_Log(&log, cmCPackLog::LOG_ERROR,
-        "Cannot find CPack config file: \"" << cpackConfigFile
-        << "\"" << std::endl);
+        "Cannot find CPack config file: \"" <<
+         cpackConfigFile << "\"" << std::endl);
       return 1;
       return 1;
       }
       }