Bill Hoffman 16 lat temu
rodzic
commit
ae95f656f3
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      Source/cmSystemTools.cxx

+ 2 - 0
Source/cmSystemTools.cxx

@@ -898,7 +898,9 @@ bool RunCommandViaPopen(const char* command,
     {
     commandInDir = command;
     }
+#ifndef __VMS
   commandInDir += " 2>&1";
+#endif
   command = commandInDir.c_str();
   const int BUFFER_SIZE = 4096;
   char buffer[BUFFER_SIZE];