summaryrefslogtreecommitdiffstats
path: root/Help/policy/CMP0149.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: Document that CMP0149 should be set before project()Brad King2023-11-201-0/+7
| | | | Issue: #25413
* VS: Select latest available Windows SDK version by defaultBrad King2023-04-051-0/+47
Add policy `CMP0149` to stop preferring SDKs exactly matching `CMAKE_SYSTEM_VERSION` over the latest SDK. Fixes: #16202