mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-30 19:29:18 -06:00
Previously `RunCMake.CTestTimeout` failed on GNU/Hurd because the `sleep` command does not set `errno` to `EINTR` when interrupted by a signal, which is a Linux-specific feature.