diff options
author | Hong Xu <hong@topbug.net> | 2019-08-02 20:30:39 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-08-05 14:15:21 (GMT) |
commit | d192caefff3a0a750c7ab86582b08b2b98142f08 (patch) | |
tree | ebde2be3e8a3e5072e95f8e68657e8fea4097ca2 /Help/command/if.rst | |
parent | 7bacf0233be03100b830e65cdd02a0d1fb2c2a13 (diff) | |
download | CMake-d192caefff3a0a750c7ab86582b08b2b98142f08.zip CMake-d192caefff3a0a750c7ab86582b08b2b98142f08.tar.gz CMake-d192caefff3a0a750c7ab86582b08b2b98142f08.tar.bz2 |
CMakeDependentOption: Document that 4th parameter follows if-syntax
Diffstat (limited to 'Help/command/if.rst')
-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 ^^^^^^^^^^^^^^^^ |