| commit | a283e58b51e55bc843c8d341bf0f8bc91f2f9ef1 | [log] [tgz] |
|---|---|---|
| author | Kasper Laudrup <you@example.com> | Fri Apr 01 20:18:33 2022 +0200 |
| committer | Craig Scott <craig.scott@crascit.com> | Thu May 05 09:01:54 2022 +1000 |
| tree | 1044c82c2bae6115ebe0fc32f6b6cfac77312f12 | |
| parent | e0dbca93aae6b01f8b239d346a0bc99d2ca2473e [diff] |
ExternalProject: Add DOWNLOAD_EXTRACT_TIMESTAMP option and policy Add the option to keep the current filestamps when extracting an archive in ExternalProject_Add. Enabling this option makes the behavior consistent with how ExternalProject_Add is used when checking out code from revision control instead of an archive. Fixes: #22746