summaryrefslogtreecommitdiff
path: root/Modules/FetchContent.cmake
Commit message (Expand)AuthorAgeFilesLines
* Revert ExternalProject and FetchContent refactoringCraig Scott2021-03-101-17/+114
* 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
* Help: FetchContent, ExternalProject: Command sections -> subsectionsJoachim Wuttke (o)2020-02-171-2/+5
* Refactor: Replace CMAKE_CURRENT_LIST_DIR with CMAKE_CURRENT_FUNCTION_LIST_DIRAlex Turbov2019-12-101-4/+1
* FetchContent: Add new command FetchContent_MakeAvailable()Craig Scott2019-01-261-68/+206
* FetchContent: Trivial doc correctionsCraig Scott2019-01-201-6/+6
* FetchContent: Give access to the terminal for download and updateCraig Scott2019-01-141-0/+7
* FetchContent: Support use of the module before "project()" commandJean-Christophe Fillion-Robin2017-11-071-1/+3
* FetchContent: New module for populating content at configure timeCraig Scott2017-10-171-0/+914