summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2021-08-29 11:47:35 (GMT)
committerKitware Robot <kwrobot@kitware.com>2021-08-29 11:47:50 (GMT)
commit122ae3189e3414c08ee0cbd10ff94af2b5de0352 (patch)
treef3201ac7f5223d068195ab764711833d83c1af97
parentc9292f56fc7917dc55e8807d03ffadcd5cb45a0e (diff)
parentc6a6c008f4039c4fc6709cb7652434d66d0f4ab2 (diff)
downloadCMake-122ae3189e3414c08ee0cbd10ff94af2b5de0352.zip
CMake-122ae3189e3414c08ee0cbd10ff94af2b5de0352.tar.gz
CMake-122ae3189e3414c08ee0cbd10ff94af2b5de0352.tar.bz2
Merge topic 'command-if-matches'
c6a6c008f4 Help: Fix terminology for regular expression in if(MATCHES) Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6487
-rw-r--r--Help/command/if.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/if.rst b/Help/command/if.rst
index fbf3e36..6ff8852 100644
--- a/Help/command/if.rst
+++ b/Help/command/if.rst
@@ -171,7 +171,7 @@ Comparisons
``if(<variable|string> MATCHES regex)``
True if the given string or variable's value matches the given regular
- condition. See :ref:`Regex Specification` for regex format.
+ expression. See :ref:`Regex Specification` for regex format.
.. versionadded:: 3.9
``()`` groups are captured in :variable:`CMAKE_MATCH_<n>` variables.