diff options
author | Craig Scott <craig.scott@crascit.com> | 2021-02-21 06:40:21 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-02-22 16:02:20 (GMT) |
commit | 404cddb7bbb0e05bba2f3023f0ee2fa302c35124 (patch) | |
tree | 5b8d4697fcd6982687dc3965cc63ffc0dfbd608e /Tests/BundleUtilities | |
parent | eefcf2e0a6ed07fd288314d91eaa4a96d9da6ec8 (diff) | |
download | CMake-404cddb7bbb0e05bba2f3023f0ee2fa302c35124.zip CMake-404cddb7bbb0e05bba2f3023f0ee2fa302c35124.tar.gz CMake-404cddb7bbb0e05bba2f3023f0ee2fa302c35124.tar.bz2 |
ExternalProject: Fix misuse of IS_NEWER_THAN in timestamp checks
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.
Diffstat (limited to 'Tests/BundleUtilities')
0 files changed, 0 insertions, 0 deletions