[Cmake-commits] [cmake-commits] zach.mullen committed cmProcess.cxx 1.18 1.19
cmake-commits at cmake.org
cmake-commits at cmake.org
Fri Feb 19 13:28:06 EST 2010
Update of /cvsroot/CMake/CMake/Source/CTest
In directory public:/mounts/ram/cvs-serv30460
Modified Files:
cmProcess.cxx
Log Message:
BUG: We shouldn't be setting the HideWindow option on the test processes we create.
Index: cmProcess.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CTest/cmProcess.cxx,v
retrieving revision 1.18
retrieving revision 1.19
diff -C 2 -d -r1.18 -r1.19
*** cmProcess.cxx 16 Nov 2009 15:58:43 -0000 1.18
--- cmProcess.cxx 19 Feb 2010 18:28:04 -0000 1.19
***************
*** 62,66 ****
this->WorkingDirectory.c_str());
}
- cmsysProcess_SetOption(this->Process, cmsysProcess_Option_HideWindow, 1);
cmsysProcess_SetTimeout(this->Process, this->Timeout);
cmsysProcess_Execute(this->Process);
--- 62,65 ----
More information about the Cmake-commits
mailing list