summaryrefslogtreecommitdiff
path: root/Modules/FetchContent.cmake
Commit message (Expand)AuthorAgeFilesLines
* ExternalProject/FetchContent: Support relative remote URLsChris Wright2023-04-261-0/+27
* Merge topic 'fetchcontent-reject-CMAKE_TOOLCHAIN_FILE-env-var'Craig Scott2023-02-251-1/+3
|\
| * FetchContent: Only use @-@ replacements for sub-build CMakeLists.txtCraig Scott2023-02-241-1/+3
* | FetchContent: Relay CMAKE_GENERATOR_INSTANCEMáté Ferenc Nagy-Egri2023-02-231-1/+3
|/
* FetchContent: Bump documented example Catch2 to v3.0.1Eisuke Kawashima2023-02-071-3/+3
* Merge topic 'doc-SYSTEM'Craig Scott2022-12-191-6/+11
|\
| * Help: Clarify and update SYSTEM-related docsCraig Scott2022-12-171-6/+11
* | Merge topic 'FetchContent-SYSTEM'Craig Scott2022-12-051-0/+3
|\ \ | |/
| * FetchContent: Don't pass SYSTEM through to sub-buildCraig Scott2022-12-021-0/+3
* | Help: Use captions for code snippets in the `FetchContent` moduleAlex Turbov2022-11-071-6/+4
* | Help: Use role `:program:`Alex Turbov2022-11-061-1/+1
|/
* Merge topic 'add_subdirectory_system'Brad King2022-09-271-2/+17
|\
| * add_subdirectory: Add SYSTEM optionDa Quexian2022-09-261-2/+17
* | Merge topic 'fetchcontent-redirect-version-exact'Brad King2022-09-121-3/+6
|\ \
| * | FetchContent: Ignore EXACT for redirected find_package() callsCraig Scott2022-09-111-3/+6
* | | Merge topic 'fetchcontent-unset-wrong-nested-var'Craig Scott2022-09-111-1/+1
|\ \ \
| * | | FetchContent: Fix unsetting wrong variable name after provider returnsCraig Scott2022-09-101-1/+1
| |/ /
* | | Merge topic 'fetchcontent-extra'Brad King2022-09-091-4/+4
|\ \ \ | |/ /
| * | Help: Fix typo in FetchContent example, extras should read extraMathieu Malaterre2022-09-091-4/+4
* | | Merge topic 'doc-fetchcontent-gtest-example'Craig Scott2022-09-051-2/+2
|\ \ \ | |/ /
| * | Help: Fix wrong casing of GTest in FetchContent integration exampleCraig Scott2022-09-041-2/+2
* | | FetchContent: Fix protobuf example to avoid CMP0077 warningHarald Fernengel2022-08-131-3/+4
|/ /
* | FetchContent: Disable header set verification for dependenciesCraig Scott2022-08-041-0/+27
* | FetchContent: Restore support for multiple URL valuesCraig Scott2022-07-291-29/+42
* | FetchContent: Don't use if(... IN_LIST ...)Craig Scott2022-06-291-2/+8
|/
* FetchContent: Fix example code in documentationpigeon2022-06-211-3/+3
* Merge topic 'fetchcontent-global-targets' into release-3.24Brad King2022-06-111-2/+24
|\
| * FetchContent: Honor CMAKE_FIND_PACKAGE_TARGETS_GLOBALCraig Scott2022-06-101-2/+24
* | Help: Overhaul and expand the Using Dependencies GuideCraig Scott2022-06-091-1/+7
|/
* FetchContent: Respect the CMP0135 policy settingCraig Scott2022-06-021-6/+43
* Merge topic 'dependency-providers'Brad King2022-05-251-42/+197
|\
| * Dependency providers: Add find_package and FetchContent supportCraig Scott2022-05-251-36/+177
| * FetchContent: Don't discard non-empty SOURCE_DIR and BINARY_DIRCraig Scott2022-05-181-3/+9
| * FetchContent: Don't leak internal variablesCraig Scott2022-05-181-3/+11
* | FetchContent: Use Debug rather than Release for sub-buildCraig Scott2022-05-171-3/+3
|/
* Merge topic 'fetchcontent-subbuild-config-type'Craig Scott2022-05-161-2/+11
|\
| * FetchContent: Hard-code a config for the sub-buildCraig Scott2022-05-131-2/+11
* | Packages: Integrate FetchContent and find_package()Craig Scott2022-05-031-44/+475
|/
* ExternalProject: Add support for USES_TERMINAL_PATCH keywordCraig Scott2022-02-031-1/+2
* FetchContent: Fix typo in documentationJukka Aho2021-12-151-1/+1
* FetchContent: Pass through networking-related CMAKE_... variablesCraig Scott2021-10-051-7/+25
* Help: Rework docs to prioritize FetchContent_MakeAvailable()Craig Scott2021-08-231-200/+252
* FetchContent: Use private local variables in FetchContent_MakeAvailableArcturus Arcturus2021-05-131-15/+21
* Modules: Fix typos and spelling in documentationJosef Angstenberger2021-05-071-1/+1
* Modules: Fix typos and spelling in commentsJosef Angstenberger2021-05-071-1/+1
* Merge topic 'ep-fc-revert-refactoring'Brad King2021-03-101-17/+114
|\
| * Revert ExternalProject and FetchContent refactoringCraig Scott2021-03-101-17/+114
* | Help: Prefer commit hashes in FetchContent examples for security reasonsHarmen Stoppels2021-02-251-6/+11
* | Help: Add missing MD5= for URL_HASH in FetchContent exampleCraig Scott2021-02-251-1/+1
|/
* FetchContent: Invoke steps directly and avoid a separate sub-buildCraig Scott2021-02-051-114/+17