summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/FetchContent
Commit message (Expand)AuthorAgeFilesLines
* FetchContent: Force cmake --fresh to re-execute direct population stepsCraig Scott2024-06-071-0/+8
* Tests: RunCMake.FetchContent should not always force _deps removalCraig Scott2024-06-071-3/+0
* Tests: Fix -direct variants of FetchContent tests using wrong filesCraig Scott2024-06-072-8/+6
* ExternalProject,FetchContent: Avoid CMAKE_DISABLE_SOURCE_CHANGES errorCraig Scott2024-05-312-0/+20
* FetchContent: Deprecate FetchContent_Populate(depName)Craig Scott2024-05-2913-0/+26
* FetchContent: Make FetchContent_Populate() honor CMP0168Craig Scott2024-05-251-0/+16
* FetchContent: Populate directly without a sub-buildCraig Scott2024-05-1712-43/+94
* ExternalProject: Add TLS version options for https connectionsBrad King2024-02-291-0/+5
* FetchContent: Set CMAKE_EXPORT_FIND_PACKAGE_NAMEKyle Edwards2023-11-136-0/+110
* FetchContent: Add support for EXCLUDE_FROM_ALLSteven Stallion2023-09-254-0/+25
* FetchContent: Reject CMAKE_TOOLCHAIN_FILE env var in sub-buildCraig Scott2023-02-242-0/+3
* Merge topic 'add_subdirectory_system'Brad King2022-09-2717-0/+72
|\
| * add_subdirectory: Add SYSTEM optionDa Quexian2022-09-2617-0/+72
* | FetchContent: Disable header set verification for dependenciesCraig Scott2022-08-035-0/+31
|/
* FetchContent: Pass through networking-related CMAKE_... variablesCraig Scott2021-10-052-0/+39
* Revert ExternalProject and FetchContent refactoringCraig Scott2021-03-098-110/+18
* FetchContent: Don't update timestamps if files don't changeCraig Scott2021-02-225-0/+85
* FetchContent: Restore patch command supportCraig Scott2021-02-173-0/+25
* FetchContent: Invoke steps directly and avoid a separate sub-buildCraig Scott2021-02-042-18/+0
* FetchContent: Relative SOURCE_DIR override cannot be a hard errorCraig Scott2020-12-223-0/+9
* FetchContent: Raise error if manually given source dir does not existCraig Scott2020-10-035-0/+26
* FetchContent: Fix SOURCE_DIR, BUILD_DIR when disconnected or overriddenCraig Scott2020-08-233-3/+55
* FetchContent: Preserve empty string argumentsCraig Scott2020-05-234-0/+26
* FetchContent: Add support for SOURCE_SUBDIRCraig Scott2020-05-163-2/+17
* FetchContent: Add support for DOWNLOAD_NO_EXTRACTCraig Scott2020-04-033-0/+11
* FetchContent: Add new command FetchContent_MakeAvailable()Craig Scott2019-01-2610-0/+52
* FetchContent: Give access to the terminal for download and updateCraig Scott2019-01-144-0/+24
* FetchContent: Add testsCraig Scott2017-10-1617-0/+317