diff options
author | Craig Scott <craig.scott@crascit.com> | 2017-11-29 21:32:26 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2017-12-06 20:22:02 (GMT) |
commit | b8b87489770bd29ffcfc4b2faec3f98bd089f3ff (patch) | |
tree | 661f6bf94c784e92ac610febe9ec7e6331192cc4 /Tests/RunCMake/ExternalProject/Substitutions-build-stdout.txt | |
parent | b311b8751819ec881824c61ef8de03387ff40c3f (diff) | |
download | CMake-b8b87489770bd29ffcfc4b2faec3f98bd089f3ff.zip CMake-b8b87489770bd29ffcfc4b2faec3f98bd089f3ff.tar.gz CMake-b8b87489770bd29ffcfc4b2faec3f98bd089f3ff.tar.bz2 |
ExternalProject: Support substituting <DOWNLOAD_DIR>
Diffstat (limited to 'Tests/RunCMake/ExternalProject/Substitutions-build-stdout.txt')
-rw-r--r-- | Tests/RunCMake/ExternalProject/Substitutions-build-stdout.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/RunCMake/ExternalProject/Substitutions-build-stdout.txt b/Tests/RunCMake/ExternalProject/Substitutions-build-stdout.txt new file mode 100644 index 0000000..d6a823a --- /dev/null +++ b/Tests/RunCMake/ExternalProject/Substitutions-build-stdout.txt @@ -0,0 +1,7 @@ +.*Download dir = .*/xxxx_dwn +.*Download file = .*/zzzz_tmp.txt +.*Source dir = .*/xxxx_src +.*Source subdir = /yyyy_subdir +.*Binary dir = .*/xxxx_bin +.*Install dir = .*/xxxx_install +.*Tmp dir = .*/xxxx_tmp |