Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FetchContent: Preserve empty string arguments | Craig Scott | 2020-05-23 | 4 | -0/+26 |
| | | | | Fixes: #20579 | ||||
* | FetchContent: Add support for SOURCE_SUBDIR | Craig Scott | 2020-05-16 | 3 | -2/+17 |
| | | | Fixes: #19875 | ||||
* | FetchContent: Add support for DOWNLOAD_NO_EXTRACT | Craig Scott | 2020-04-03 | 3 | -0/+11 |
| | | | Fixes: #20526 | ||||
* | FetchContent: Add new command FetchContent_MakeAvailable() | Craig Scott | 2019-01-26 | 10 | -0/+52 |
| | | | Relates: #18754 | ||||
* | FetchContent: Give access to the terminal for download and update | Craig Scott | 2019-01-14 | 4 | -0/+24 |
| | | | | | | | | | | | | | | | A main scenario where this is needed is when a git operation needs the password to a private key and asks for it on the console. Without this change, such operations can appear to hang indefinitely with no prompt if QUIET is in effect (which it is by default). Another scenario this addresses is when progress of a download or update should be shown. Without this change, all such progress is buffered with some generators and will only be shown at the end, which defeats the purpose of logging any progress to begin with. Relates: #18238 | ||||
* | FetchContent: Add tests | Craig Scott | 2017-10-16 | 17 | -0/+317 |