summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/FetchContent/DownloadFile.cmake
Commit message (Collapse)AuthorAgeFilesLines
* FetchContent: Deprecate FetchContent_Populate(depName)Craig Scott2024-05-291-0/+2
| | | | | Projects should use FetchContent_MakeAvailable(depName) instead. Policy CMP0169 provides backward compatibility.
* FetchContent: Populate directly without a sub-buildCraig Scott2024-05-171-0/+4
| | | | Fixes: #21703
* FetchContent: Add support for DOWNLOAD_NO_EXTRACTCraig Scott2020-04-031-0/+9
Fixes: #20526