summaryrefslogtreecommitdiffstats
path: root/Help/policy/CMP0153.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-10-02 19:24:52 (GMT)
committerBrad King <brad.king@kitware.com>2023-10-03 15:07:16 (GMT)
commit5df79d193068f05b8a0049a328e43b768480dd90 (patch)
tree161031cd69e23af9d04f1f32f2d3344e5a21684d /Help/policy/CMP0153.rst
parent4eb2386901cd4dc361c2bd5abf4203f0c80bacc2 (diff)
downloadCMake-5df79d193068f05b8a0049a328e43b768480dd90.zip
CMake-5df79d193068f05b8a0049a328e43b768480dd90.tar.gz
CMake-5df79d193068f05b8a0049a328e43b768480dd90.tar.bz2
Help: Update Sphinx versionadded directives for 3.28 release
Run the script: Utilities/Sphinx/update_versions.py --since v3.27.0 --overwrite Manually remove directives added to new documentation of existing environment variables.
Diffstat (limited to 'Help/policy/CMP0153.rst')
-rw-r--r--Help/policy/CMP0153.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/policy/CMP0153.rst b/Help/policy/CMP0153.rst
index 4c9f3dc..838f082 100644
--- a/Help/policy/CMP0153.rst
+++ b/Help/policy/CMP0153.rst
@@ -1,6 +1,8 @@
CMP0153
-------
+.. versionadded:: 3.28
+
The :command:`exec_program` command should not be called.
This command has long been superseded by the :command:`execute_process`