mirror of
https://github.com/Kitware/CMake.git
synced 2026-07-04 05:37:46 +00:00
Extend the RunSingleCommand signature to capture stdout and stderr separately. Allow both to be captured to the same std::string to preserve existing behavior. Update all call sites to do this so that this refactoring does not introduce functional changes.