summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-10-14 15:41:48 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-10-14 15:42:04 (GMT)
commit2788ef9044245057b236fb19bb5d75c0f057cb7f (patch)
tree7353fedb0d3bece793047a45e3deef3392e449b6 /Help
parentaf87b9d28d49376b10b6698ac39a24ff325f4609 (diff)
parent8b13f1a5272696250494e7e9692d4447ce4a20bc (diff)
downloadCMake-2788ef9044245057b236fb19bb5d75c0f057cb7f.zip
CMake-2788ef9044245057b236fb19bb5d75c0f057cb7f.tar.gz
CMake-2788ef9044245057b236fb19bb5d75c0f057cb7f.tar.bz2
Merge topic 'post-rel-dev'
8b13f1a527 Help/dev: Add maintainer guide step for post-release policy updates a0e474aaf2 Configure CMake itself with policies through CMake 3.18 3eaf053940 export: Increase maximum policy version in exported files to 3.18 2b218883cd Add deprecation warnings for policies CMP0075 and below Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5363
Diffstat (limited to 'Help')
-rw-r--r--Help/dev/maint.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/Help/dev/maint.rst b/Help/dev/maint.rst
index 75d685c..664b7a4 100644
--- a/Help/dev/maint.rst
+++ b/Help/dev/maint.rst
@@ -357,3 +357,13 @@ policies added for that version. Commit with a message such as::
The files generatd by `install(EXPORT)` and `export()` commands
are known to work with policies as of CMake $prev, so enable them
in sufficiently new CMake versions.
+
+Update the ``cmake_minimum_required`` version range in CMake itself:
+
+* ``CMakeLists.txt``
+* ``Utilities/Doxygen/CMakeLists.txt``
+* ``Utilities/Sphinx/CMakeLists.txt``
+
+to end in the previous release. Commit with a message such as::
+
+ Configure CMake itself with policies through CMake $prev