Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help: Normalize and consolidate standard policy advice paragraph | Brad King | 2024-01-11 | 1 | -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. | ||||
* | FindCUDA: Add policy to remove this module | Brad King | 2023-03-09 | 1 | -0/+29 |
The `FindCUDA` module has been deprecated since CMake 3.10. Add a policy to pretend it doesn't exist in order to encourage projects to port away from it. |