summaryrefslogtreecommitdiffstats
path: root/Help/manual/cmake-policies.7.rst
diff options
context:
space:
mode:
authorKasper Laudrup <you@example.com>2022-04-01 18:18:33 (GMT)
committerCraig Scott <craig.scott@crascit.com>2022-05-04 23:01:54 (GMT)
commita283e58b51e55bc843c8d341bf0f8bc91f2f9ef1 (patch)
tree1044c82c2bae6115ebe0fc32f6b6cfac77312f12 /Help/manual/cmake-policies.7.rst
parente0dbca93aae6b01f8b239d346a0bc99d2ca2473e (diff)
downloadCMake-a283e58b51e55bc843c8d341bf0f8bc91f2f9ef1.zip
CMake-a283e58b51e55bc843c8d341bf0f8bc91f2f9ef1.tar.gz
CMake-a283e58b51e55bc843c8d341bf0f8bc91f2f9ef1.tar.bz2
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
Diffstat (limited to 'Help/manual/cmake-policies.7.rst')
-rw-r--r--Help/manual/cmake-policies.7.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/manual/cmake-policies.7.rst b/Help/manual/cmake-policies.7.rst
index d1fafb5..b3091fa 100644
--- a/Help/manual/cmake-policies.7.rst
+++ b/Help/manual/cmake-policies.7.rst
@@ -58,6 +58,7 @@ Policies Introduced by CMake 3.24
.. toctree::
:maxdepth: 1
+ CMP0135: ExternalProject ignores timestamps in archives by default for the URL download method. </policy/CMP0135>
CMP0134: Fallback to \"HOST\" Windows registry view when \"TARGET\" view is not usable. </policy/CMP0134>
CMP0133: The CPack module disables SLA by default in the CPack DragNDrop Generator. </policy/CMP0133>
CMP0132: Do not set compiler environment variables on first run. </policy/CMP0132>