summaryrefslogtreecommitdiffstats
path: root/Modules/FetchContent.cmake
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'fc-provider-find-package-args'Craig Scott2023-12-171-2/+2
|\
| * FetchContent: Fix FIND_PACKAGE_ARGS not being passed to dep providersCraig Scott2023-12-161-2/+2
* | Help: Add note not to use FETCHCONTENT_FULLY_DISCONNECTED on first runCraig Scott2023-12-161-0/+11
|/
* Merge topic 'doc-fetchcontent-bad-ref'Brad King2023-12-071-1/+1
|\
| * Help: Fix malformed cross-reference in FetchContent docsCraig Scott2023-12-071-1/+1
* | Merge topic 'FetchContent-find_package-args'Brad King2023-11-171-2/+2
|\ \
| * | FetchContent: Fix syntax to forward FIND_PACKAGE_ARGS arguments correctlyAdam Šulc2023-11-151-2/+2
* | | Merge topic 'doc-find_package-advice'Brad King2023-11-151-0/+6
|\ \ \
| * | | Help: FetchContent FIND_PACKAGE_ARGS REQUIRED usually inappropriateCraig Scott2023-11-071-0/+6
| |/ /
* | | FetchContent: Set CMAKE_EXPORT_FIND_PACKAGE_NAMEKyle Edwards2023-11-131-0/+23
|/ /
* | FetchContent: Pass GHS Variables to subbuildWilliam Sciaroni2023-11-041-0/+14
|/
* FetchContent: Add support for EXCLUDE_FROM_ALLSteven Stallion2023-09-251-7/+30
* FetchContent: Protect ExternalProject keywords from unknown argumentsBrad King2023-06-291-1/+3
* ExternalProject: Avoid reconfigure when updates are disconnectedCraig Scott2023-05-231-8/+15
* 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-121-3/+4
|/ /
* | FetchContent: Disable header set verification for dependenciesCraig Scott2022-08-031-0/+27
* | FetchContent: Restore support for multiple URL valuesCraig Scott2022-07-291-29/+42
* | FetchContent: Don't use if(... IN_LIST ...)Craig Scott2022-06-281-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-241-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
|\