Files
CMake/Tests/RunCMake/ExternalProject/MultiCommand-build-stdout.txt
Craig Scott 1561748496 ExternalProject: Prevent COMMAND from being treated as a true keyword
The known keywords for each function are obtained by scraping the
documentation for lines matching a particular regular expression. In
commit 8842a027 (ExternalProject: Improve documentation, 2017-07-09),
the docs were overhauled and the COMMAND docs subsequently matched the
regular expression when they shouldn't have. This made COMMAND appear as
a true keyword, which thwarted the special handling logic elsewhere for
the intended use of COMMAND arguments.

This commit contains a workaround for issue #17229 to force a dependency
of the patch step on the update step to ensure a predictable step order.

Fixes: #17198
2017-09-02 17:53:16 +10:00

16 lines
189 B
Plaintext

.* *download 1
.* *download 2
.* *update 1
.* *update 2
.* *patch 1
.* *patch 2
.* *configure 1
.* *configure 2
.* *build 1
.* *build 2
.* *install 1
.* *install 2
.* *test 1
.* *test 2
.*