mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-28 11:48:36 -06:00
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
9 lines
426 B
ReStructuredText
9 lines
426 B
ReStructuredText
ExternalProject-no-extract-timestamp
|
|
------------------------------------
|
|
|
|
* The :command:`ExternalProject_Add` command gained a new
|
|
``DOWNLOAD_EXTRACT_TIMESTAMP`` option for controlling whether the timestamps
|
|
of extracted contents are set to match those in the archive when the ``URL``
|
|
download method is used. A new policy :policy:`CMP0135` was added to control
|
|
the default behavior when the new option is not used.
|