Files
CMake/Source
Brad King efa9eec040 file(COPY_FILE): Add option to retry on Windows if input access fails
On Windows, a file may be inaccessible for a short time after it is
created.  This occurs for various reasons, including indexing, antivirus
tools, and NTFS's asynchronous semantics.  Add an `INPUT_MAY_BE_RECENT`
option to tell CMake that the input file may have been recently created
so that we can retry a few times to read it.
2022-11-17 15:05:07 -05:00
..
2022-10-27 09:29:13 -04:00
2022-10-28 10:04:01 -04:00
2022-11-17 00:01:10 -05:00
2022-11-08 09:00:14 -05:00