diff options
author | Brad King <brad.king@kitware.com> | 2019-08-06 13:57:10 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-08-06 13:57:19 (GMT) |
commit | a09d14bbce9b68f9249b0d2698c3de7eb4114143 (patch) | |
tree | 088375f685484159c5e4124b6e1475c35f8ef137 /Help | |
parent | fdaad9a067e8fa55816d9cef2481450fc5b1f18b (diff) | |
parent | d192caefff3a0a750c7ab86582b08b2b98142f08 (diff) | |
download | CMake-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.rst | 2 |
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 ^^^^^^^^^^^^^^^^ |