mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 14:23:10 -05:00
324ca5b489
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.