mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-05 06:08:41 -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.