diff options
author | Craig Scott <craig.scott@crascit.com> | 2017-08-23 14:40:49 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2017-09-02 07:53:16 (GMT) |
commit | 1561748496b10bc74adc731fd1d5e7c733034cba (patch) | |
tree | 1711de0d41fa4e7f92435b305ea0a476ca8790d4 /Modules/FindwxWidgets.cmake | |
parent | f4aa346538433f4c89a9963d74ea5d3f9bd60390 (diff) | |
download | CMake-1561748496b10bc74adc731fd1d5e7c733034cba.zip CMake-1561748496b10bc74adc731fd1d5e7c733034cba.tar.gz CMake-1561748496b10bc74adc731fd1d5e7c733034cba.tar.bz2 |
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
Diffstat (limited to 'Modules/FindwxWidgets.cmake')
0 files changed, 0 insertions, 0 deletions