mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-11 17:49:38 -06:00
When compiling in ISO C mode functions from newer POSIX standards such as usleep() and nanosleep() aren't available. Fortunately select() allows timing out with microsecond precision.