mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 13:48:33 -05:00
404cddb7bb
When using a file system which only has second resolution timestamps, there is a reasonably high likelihood of timestamps being the same. The IS_NEWER_THAN test returns true when timestamps are the same, so don't redo downloads when they match exactly.