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
This commit is contained in:
Brad King
2022-09-07 13:51:43 +00:00
committed by Kitware Robot
31 changed files with 373 additions and 22 deletions
+5
View File
@@ -0,0 +1,5 @@
return-PROPAGATE
----------------
* The :command:`return` command gains the capability to propagate variables to
the include directory of function caller scope. See policy :policy:`CMP0140`.