mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-20 05:30:19 -06:00
* Use `uv_disable_stdio_inheritance` to resolve the deadlock between the parent build system process and `ctest --wait-and-collect-instrumentation` on Windows. * Remove Windows gating from preBuild and postBuild indexing and update tests and documentation accordingly. Fixes: #26668