CMake/Tests/RunCMake/execute_process
Brad King f65bb82f36 execute_process: Improve stdout/stderr merging
Use the KWSys Process "MergeOutput" option to give the child process
the same pipe (or file) for both stdout and stderr.  This allows
natural merging of stdout and stderr together instead of merging
on arbitrary buffered read boundaries as before.
2015-05-07 14:40:38 -04:00
..
MergeOutput-stdout.txt
MergeOutput.cmake
MergeOutputFile-stderr.txt
MergeOutputFile.cmake
MergeOutputVars-stderr.txt
MergeOutputVars.cmake
RunCMakeTest.cmake