summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/FetchContent/VarPassthroughs.cmake
Commit message (Collapse)AuthorAgeFilesLines
* FetchContent: Pass through networking-related CMAKE_... variablesCraig Scott2021-10-051-0/+38
CMAKE_TLS_VERIFY, CMAKE_TLS_CAINFO, CMAKE_NETRC and CMAKE_NETRC_FILE are now passed through to the underlying ExternalProject sub-build. Previously, they were silently ignored. Fixes: #22144