Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FetchContent: Deprecate FetchContent_Populate(depName) | Craig Scott | 2024-05-29 | 1 | -0/+2 |
| | | | | | Projects should use FetchContent_MakeAvailable(depName) instead. Policy CMP0169 provides backward compatibility. | ||||
* | FetchContent: Populate directly without a sub-build | Craig Scott | 2024-05-17 | 1 | -0/+4 |
| | | | | Fixes: #21703 | ||||
* | FetchContent: Add support for DOWNLOAD_NO_EXTRACT | Craig Scott | 2020-04-03 | 1 | -0/+9 |
Fixes: #20526 |