summaryrefslogtreecommitdiffstats
path: root/Help/policy/CMP0170.rst
Commit message (Collapse)AuthorAgeFilesLines
* FetchContent: Enforce FETCHCONTENT_FULLY_DISCONNECTED requirementsCraig Scott2024-05-291-0/+30
FETCHCONTENT_FULLY_DISCONNECTED should only be set to true if each dependency's source directory has already been populated. Previously, this wasn't being checked, but now it is (subject to a new policy).