summaryrefslogtreecommitdiffstats
path: root/Help/policy/CMP0097.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Document that CMP0097 is always NEW for FetchContentCraig Scott2024-05-171-3/+12
| | | | Fixes: #25971
* Help: Normalize and consolidate standard policy advice paragraphBrad King2024-01-111-4/+5
| | | | | | | | 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: CMP0097 applies to FetchContent as wellCraig Scott2022-07-241-2/+4
| | | | The omission of FetchContent_Declare() in the original policy docs was just an oversight.
* Help: Add Sphinx 'versionadded' directives to each top-level documentKitware Robot2020-07-061-0/+2
| | | | | | | Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715
* Help: Fix capitalization in CMP0097 documentationKyle Edwards2019-10-231-1/+1
|
* ExternalProject: Support not initializing any submodulesRobert Maynard2019-07-241-0/+23
Fixes #15592