summaryrefslogtreecommitdiffstats
path: root/Help/policy/CMP0140.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Normalize and consolidate standard policy advice paragraphBrad King2024-01-111-4/+3
| | | | | | | | Every policy's documentation has a paragraph on what version of CMake introduced it, how to set the policy, and whether CMake warns if the policy is not set. The wording of this paragraph has diverged across policies over time. Factor the paragraph out into a standard advice document included by every policy.
* Help: Minor grammar, typo and formatting cleanupsCraig Scott2022-10-091-1/+1
|
* return(): Propagate variables to result scopeMarc Chevrier2022-09-031-0/+17
Fixes: #23871