mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-11 03:50:43 -05: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.