summaryrefslogtreecommitdiffstats
path: root/Help/command/if.rst
diff options
context:
space:
mode:
authorMarkus Ferrell <markus.ferrell@kitware.com>2022-07-11 14:28:32 (GMT)
committerMarkus Ferrell <markus.ferrell@kitware.com>2022-07-19 17:06:25 (GMT)
commit033c066543bd9636d87778b4c1d6b15e9a5c7890 (patch)
tree072463887c60d7a9d0dc635e26cc7bd71ae3f35d /Help/command/if.rst
parent0beb0ec22fe3d9e08a308ab76183ed97d75c6bfb (diff)
downloadCMake-033c066543bd9636d87778b4c1d6b15e9a5c7890.zip
CMake-033c066543bd9636d87778b4c1d6b15e9a5c7890.tar.gz
CMake-033c066543bd9636d87778b4c1d6b15e9a5c7890.tar.bz2
Help: Add see-also refs for flow control commands
Diffstat (limited to 'Help/command/if.rst')
-rw-r--r--Help/command/if.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/command/if.rst b/Help/command/if.rst
index c096725..3908a8c 100644
--- a/Help/command/if.rst
+++ b/Help/command/if.rst
@@ -419,3 +419,10 @@ There is no automatic evaluation for environment or cache
:ref:`Variable References`. Their values must be referenced as
``$ENV{<name>}`` or ``$CACHE{<name>}`` wherever the above-documented
condition syntax accepts ``<variable|string>``.
+
+See also
+^^^^^^^^
+
+ * :command:`else`
+ * :command:`elseif`
+ * :command:`endif`