Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help: Document that CMP0097 is always NEW for FetchContent | Craig Scott | 2024-05-17 | 1 | -3/+12 |
| | | | | Fixes: #25971 | ||||
* | Help: Normalize and consolidate standard policy advice paragraph | Brad King | 2024-01-11 | 1 | -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 well | Craig Scott | 2022-07-24 | 1 | -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 document | Kitware Robot | 2020-07-06 | 1 | -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 documentation | Kyle Edwards | 2019-10-23 | 1 | -1/+1 |
| | |||||
* | ExternalProject: Support not initializing any submodules | Robert Maynard | 2019-07-24 | 1 | -0/+23 |
Fixes #15592 |