diff options
author | Craig Scott <craig.scott@crascit.com> | 2022-01-31 04:51:13 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2022-02-01 11:31:29 (GMT) |
commit | d3477eba067c22f7b2986caa573754fd2b84c8ef (patch) | |
tree | 6814377ab0fad90e069dd997753878baca9d5208 /Modules/ExternalProject | |
parent | 4b033ca0eb486fa23f58e4df2f2a7d3539ca0a3f (diff) | |
download | CMake-d3477eba067c22f7b2986caa573754fd2b84c8ef.zip CMake-d3477eba067c22f7b2986caa573754fd2b84c8ef.tar.gz CMake-d3477eba067c22f7b2986caa573754fd2b84c8ef.tar.bz2 |
ExternalProject: Rerun download on SOURCE_DIR change
Fixes: #21748
Diffstat (limited to 'Modules/ExternalProject')
-rw-r--r-- | Modules/ExternalProject/RepositoryInfo.txt.in | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/Modules/ExternalProject/RepositoryInfo.txt.in b/Modules/ExternalProject/RepositoryInfo.txt.in index df8e322..b81850f 100644 --- a/Modules/ExternalProject/RepositoryInfo.txt.in +++ b/Modules/ExternalProject/RepositoryInfo.txt.in @@ -1,3 +1,9 @@ -repository='@repository@' -module='@module@' -tag='@tag@' +# This is a generated file and its contents are an internal implementation detail. +# The download step will be re-executed if anything in this file changes. +# No other meaning or use of this file is supported. + +method=@method@ +command=@cmd@ +source_dir=@source_dir@ +work_dir=@work_dir@ +@extra_repo_info@ |