summaryrefslogtreecommitdiff
path: root/Modules/FetchContent.cmake
Commit message (Expand)AuthorAgeFilesLines
* 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
* FindGit: Cache the GIT_EXECUTABLE version for the current runCraig Scott2021-01-201-0/+16
* Merge topic 'fc-relative-SOURCE_DIR'Craig Scott2020-12-221-1/+8
|\
| * FetchContent: Relative SOURCE_DIR override cannot be a hard errorCraig Scott2020-12-221-1/+8
* | Help: Add `.. versionadded` directives to module docsNikita Nemkin2020-12-021-0/+7
|/
* FetchContent: Raise error if manually given source dir does not existCraig Scott2020-10-031-0/+6
* FetchContent: Fix SOURCE_DIR, BUILD_DIR when disconnected or overriddenCraig Scott2020-08-231-10/+31
* Help: Add Sphinx 'versionadded' directives to each top-level documentKitware Robot2020-07-061-0/+2
* FetchContent: Pass through CMAKE_EP_GIT_REMOTE_UPDATE_STRATEGY if setCraig Scott2020-05-291-6/+11
* FetchContent: Preserve empty string argumentsCraig Scott2020-05-231-21/+41
* FetchContent: Add support for SOURCE_SUBDIRCraig Scott2020-05-161-12/+58
* FetchContent: Add support for DOWNLOAD_NO_EXTRACTCraig Scott2020-04-031-0/+22