summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CMP0170
Commit message (Collapse)AuthorAgeFilesLines
* FetchContent: Enforce FETCHCONTENT_FULLY_DISCONNECTED requirementsCraig Scott2024-05-2912-0/+82
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).