From 8b13f1a5272696250494e7e9692d4447ce4a20bc Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 13 Oct 2020 14:44:09 -0400 Subject: Help/dev: Add maintainer guide step for post-release policy updates --- Help/dev/maint.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -- cgit v0.12