diff options
author | Brad King <brad.king@kitware.com> | 2024-08-28 14:03:48 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2024-08-28 14:04:04 (GMT) |
commit | cb2467d69a2dc868ff8c31344bc0a0898939bddd (patch) | |
tree | 97a3cd7e43dbab235257d39176b4653e0307c250 /Help/command | |
parent | 9b421a5fa31e32172aba382f40c0b60d09b4d873 (diff) | |
parent | 2c0d16df7bbeef177a7611a9ddeb3ee55d892e6d (diff) | |
download | CMake-cb2467d69a2dc868ff8c31344bc0a0898939bddd.zip CMake-cb2467d69a2dc868ff8c31344bc0a0898939bddd.tar.gz CMake-cb2467d69a2dc868ff8c31344bc0a0898939bddd.tar.bz2 |
Merge topic 'if-space-dldt'
2c0d16df7b Help/command/if: fix formatting in precedence order overview
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !9777
Diffstat (limited to 'Help/command')
-rw-r--r-- | Help/command/if.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/command/if.rst b/Help/command/if.rst index c6e1c61..9eaf6da 100644 --- a/Help/command/if.rst +++ b/Help/command/if.rst @@ -42,8 +42,8 @@ Compound conditions are evaluated in the following order of precedence: 1. `Parentheses`_. 2. Unary tests such as `COMMAND`_, `POLICY`_, `TARGET`_, `TEST`_, - `EXISTS`_, `IS_READABLE`_, `IS_WRITABLE`_, `IS_EXECUTABLE`_, - `IS_DIRECTORY`_, `IS_SYMLINK`_, `IS_ABSOLUTE`_, and `DEFINED`_. + `EXISTS`_, `IS_READABLE`_, `IS_WRITABLE`_, `IS_EXECUTABLE`_, + `IS_DIRECTORY`_, `IS_SYMLINK`_, `IS_ABSOLUTE`_, and `DEFINED`_. 3. Binary tests such as `EQUAL`_, `LESS`_, `LESS_EQUAL`_, `GREATER`_, `GREATER_EQUAL`_, `STREQUAL`_, `STRLESS`_, `STRLESS_EQUAL`_, |