summaryrefslogtreecommitdiff
path: root/Modules/ExternalProject-gitupdate.cmake.in
Commit message (Expand)AuthorAgeFilesLines
* ExternalProject: Use ${ref}^0 to avoid MSYS/Cygwin shell substitutionsCraig Scott2021-06-201-1/+1
* ExternalProject: Ensure git fetch if updating to hash we don't have yetCraig Scott2021-05-091-1/+1
* Revert ExternalProject and FetchContent refactoringCraig Scott2021-03-101-0/+277
* ExternalProject: Refactor pre-configure steps to support no-target usesCraig Scott2021-02-051-277/+0
* ExternalProject: Improve robustness of update stepCraig Scott2021-01-281-172/+233
* ExternalProject: Remote checkout needs to include the remote nameCraig Scott2020-05-291-53/+64
* ExternalProject: Provide choice of git update strategiesCraig Scott2020-05-231-9/+49
* ExternalProject: factor out gitupdate step to separate fileCraig Scott2020-05-231-0/+165