summaryrefslogtreecommitdiff
path: root/Modules/ExternalProject/cfgcmd.txt.in
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2022-01-22 22:36:14 +1100
committerCraig Scott <craig.scott@crascit.com>2022-01-22 23:00:26 +1100
commit5fbac2bb24250eeeb64e2fb4868dcf976ee29d64 (patch)
tree6339f02b8edee2bf7b9455fca4b6f505756c68a4 /Modules/ExternalProject/cfgcmd.txt.in
parent8feaa41ee90166ca69afebcd588b62c11f13e1a4 (diff)
downloadcmake-5fbac2bb24250eeeb64e2fb4868dcf976ee29d64.tar.gz
ExternalProject: Move inline scripts to separate files
This makes the scripts easier to work on, since the separate files don't require the extra level of escaping that the inlined code did. This also means the scripts can be rendered with appropriate syntax highlighting in IDEs, etc.
Diffstat (limited to 'Modules/ExternalProject/cfgcmd.txt.in')
-rw-r--r--Modules/ExternalProject/cfgcmd.txt.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/ExternalProject/cfgcmd.txt.in b/Modules/ExternalProject/cfgcmd.txt.in
new file mode 100644
index 0000000000..b3f09efc8d
--- /dev/null
+++ b/Modules/ExternalProject/cfgcmd.txt.in
@@ -0,0 +1 @@
+cmd='@cmd@'