summaryrefslogtreecommitdiff
path: root/Modules/ExternalProject
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2022-01-31 15:51:13 +1100
committerCraig Scott <craig.scott@crascit.com>2022-02-01 22:31:29 +1100
commitd3477eba067c22f7b2986caa573754fd2b84c8ef (patch)
tree6814377ab0fad90e069dd997753878baca9d5208 /Modules/ExternalProject
parent4b033ca0eb486fa23f58e4df2f2a7d3539ca0a3f (diff)
downloadcmake-d3477eba067c22f7b2986caa573754fd2b84c8ef.tar.gz
ExternalProject: Rerun download on SOURCE_DIR change
Fixes: #21748
Diffstat (limited to 'Modules/ExternalProject')
-rw-r--r--Modules/ExternalProject/RepositoryInfo.txt.in12
1 files changed, 9 insertions, 3 deletions
diff --git a/Modules/ExternalProject/RepositoryInfo.txt.in b/Modules/ExternalProject/RepositoryInfo.txt.in
index df8e32272d..b81850fbff 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@