mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 20:29:49 -05:00
BUG: We shouldn't be setting the HideWindow option on the test processes we create.
This commit is contained in:
@@ -61,7 +61,6 @@ bool cmProcess::StartProcess()
|
||||
cmsysProcess_SetWorkingDirectory(this->Process,
|
||||
this->WorkingDirectory.c_str());
|
||||
}
|
||||
cmsysProcess_SetOption(this->Process, cmsysProcess_Option_HideWindow, 1);
|
||||
cmsysProcess_SetTimeout(this->Process, this->Timeout);
|
||||
cmsysProcess_Execute(this->Process);
|
||||
return (cmsysProcess_GetState(this->Process)
|
||||
|
||||
Reference in New Issue
Block a user