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