summaryrefslogtreecommitdiffstats
path: root/Help/command/block.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Explain block() policy-scope rules more clearlyFeRD (Frank Dana)2023-09-011-1/+2
|
* Merge topic 'doc-improvements'Brad King2022-11-101-3/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | d4d1f85297 Help: Move a note about arguments and genexes into include file 968224484f Help: Drop unused `PROPERTY_GENEX` replace from `prop_tgt/INTERFACE_*` files 65457e4fae Help: Add _See Also_ sections to related CMake commands c86ec79d07 Help: Use direct refs to genexes instead of ``$<GENEX-NAME>`` 8c6274326d Help: Use CMake highlighting for command synopsis c356a94512 Help: Use monospaced font for a genex name in a section title f98c8707f4 Help: Use `code-block:: cmake` instead of `::` for sub-commands descriptions 2ba351ca4f Help: ``CMake`` → CMake ... Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7873
| * Help: Unindent _See Also_ related commands listAlex Turbov2022-11-071-3/+3
| | | | | | | | To make it similar to other commands.
* | Help: clean up and clarify block() and return()Craig Scott2022-11-071-15/+16
|/
* return(): Propagate variables to result scopeMarc Chevrier2022-09-031-0/+1
| | | | Fixes: #23871
* Add new flow-control commands for variables and policies scopes managementMarc Chevrier2022-08-221-0/+74
Add block() and endblock() commands offering the capability to create new scopes for variables and/or policies. Fixes: #20171