summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-08-06 13:57:10 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-08-06 13:57:19 (GMT)
commita09d14bbce9b68f9249b0d2698c3de7eb4114143 (patch)
tree088375f685484159c5e4124b6e1475c35f8ef137 /Help
parentfdaad9a067e8fa55816d9cef2481450fc5b1f18b (diff)
parentd192caefff3a0a750c7ab86582b08b2b98142f08 (diff)
downloadCMake-a09d14bbce9b68f9249b0d2698c3de7eb4114143.zip
CMake-a09d14bbce9b68f9249b0d2698c3de7eb4114143.tar.gz
CMake-a09d14bbce9b68f9249b0d2698c3de7eb4114143.tar.bz2
Merge topic 'cmake-dependent-option-doc'
d192caefff CMakeDependentOption: Document that 4th parameter follows if-syntax Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3643
Diffstat (limited to 'Help')
-rw-r--r--Help/command/if.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/command/if.rst b/Help/command/if.rst
index d8e3a45..be992df 100644
--- a/Help/command/if.rst
+++ b/Help/command/if.rst
@@ -29,6 +29,8 @@ If used, it must be a verbatim
repeat of the argument of the opening
``if`` command.
+.. _`Condition Syntax`:
+
Condition Syntax
^^^^^^^^^^^^^^^^