summaryrefslogtreecommitdiffstats
path: root/Help/command/if.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-04-18 18:45:04 (GMT)
committerBrad King <brad.king@kitware.com>2017-04-18 18:45:04 (GMT)
commit8dd997526370c4d1232bcde46e0eb2a751dfa3fd (patch)
treed4a8a61a2341274f055af1d7183831578829c6c7 /Help/command/if.rst
parenta0091a697e275a86a493e4fd87902a0eb9067d55 (diff)
downloadCMake-8dd997526370c4d1232bcde46e0eb2a751dfa3fd.zip
CMake-8dd997526370c4d1232bcde46e0eb2a751dfa3fd.tar.gz
CMake-8dd997526370c4d1232bcde46e0eb2a751dfa3fd.tar.bz2
Help: Link from if(MATCHES) to regex specification docs
Diffstat (limited to 'Help/command/if.rst')
-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 2a087d0..f0a9588 100644
--- a/Help/command/if.rst
+++ b/Help/command/if.rst
@@ -103,7 +103,7 @@ Possible expressions are:
``if(<variable|string> MATCHES regex)``
True if the given string or variable's value matches the given regular
- expression.
+ expression. See :ref:`Regex Specification` for regex format.
``if(<variable|string> LESS <variable|string>)``
True if the given string or variable's value is a valid number and less