mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 19:30:13 -06:00
Backport changes from libuv v2 commit `8ad246557a` (win,process: allow users to configure child error mode, 2024-10-17) to add the `UV_PROCESS_WINDOWS_USE_PARENT_ERROR_MODE` option. Also use `UV_PROCESS_WINDOWS_USE_PARENT_ERROR_MODE` to keep the behavior the same as before the option was added, all child processes would be spawned the the parent's error mode. Issue: #20115