mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 12:40:06 +00:00
ENH: vms fix
This commit is contained in:
parent
034d7db9f1
commit
ae95f656f3
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user