Browse Source

Workaround Sun C++ 5.9 compiler crash

Adjust whitespace in Source/CPack/cpack.cxx to avoid a strange
internal compiler crash.
Brad King 11 năm trước cách đây
mục cha
commit
3be265b304
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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 )
       {
       cmCPack_Log(&log, cmCPackLog::LOG_ERROR,
-        "Cannot find CPack config file: \"" << cpackConfigFile
-        << "\"" << std::endl);
+        "Cannot find CPack config file: \"" <<
+         cpackConfigFile << "\"" << std::endl);
       return 1;
       }