summaryrefslogtreecommitdiffstats
path: root/Help/manual
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-09-07 13:51:43 (GMT)
committerKitware Robot <kwrobot@kitware.com>2022-09-07 13:51:51 (GMT)
commita64aa9bd300b2df2441d8e07ec3e2afe3069b04e (patch)
treef5bd7f1904b224e701d6360194a524388d238727 /Help/manual
parent15f3d6e87ae83559ad43255f19a8606d86ac4e95 (diff)
parent838a5fae23cba0c9acf922164ff89fb6883d0f96 (diff)
downloadCMake-a64aa9bd300b2df2441d8e07ec3e2afe3069b04e.zip
CMake-a64aa9bd300b2df2441d8e07ec3e2afe3069b04e.tar.gz
CMake-a64aa9bd300b2df2441d8e07ec3e2afe3069b04e.tar.bz2
Merge topic 'return-propagate-variables'
838a5fae23 return(): Propagate variables to result scope 8f0e1f2111 cmMakefile: add RaiseScope for list of variables Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Acked-by: Robert Maynard <robertjmaynard@gmail.com> Merge-request: !7634
Diffstat (limited to 'Help/manual')
-rw-r--r--Help/manual/cmake-policies.7.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/manual/cmake-policies.7.rst b/Help/manual/cmake-policies.7.rst
index f6ab0c7..a1133b9 100644
--- a/Help/manual/cmake-policies.7.rst
+++ b/Help/manual/cmake-policies.7.rst
@@ -52,6 +52,14 @@ to determine whether to report an error on use of deprecated macros or
functions.
+Policies Introduced by CMake 3.25
+=================================
+
+.. toctree::
+ :maxdepth: 1
+
+ CMP0140: The return() command checks its arguments. </policy/CMP0140>
+
Policies Introduced by CMake 3.24
=================================