[Cmake-commits] CMake branch, master, updated. v3.9.1-510-gbb36470
Kitware Robot
kwrobot at kitware.com
Sat Aug 19 17:25:03 EDT 2017
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, master has been updated
via bb3647060cd8ddc4184687b64469d6a8554f49b3 (commit)
via b9ed29b7cb40555c6199ef9f671f2e92daac788e (commit)
from 4bf219a43f1f9cb9746e2d87c917ee1d5051549b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=bb3647060cd8ddc4184687b64469d6a8554f49b3
commit bb3647060cd8ddc4184687b64469d6a8554f49b3
Merge: 4bf219a b9ed29b
Author: Craig Scott <craig.scott at crascit.com>
AuthorDate: Sat Aug 19 21:15:37 2017 +0000
Commit: Kitware Robot <kwrobot at kitware.com>
CommitDate: Sat Aug 19 17:15:41 2017 -0400
Merge topic 'typo_doc_if_command'
b9ed29b7 Help: Fix formatting typo for the 'if' command
Acked-by: Kitware Robot <kwrobot at kitware.com>
Merge-request: !1155
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b9ed29b7cb40555c6199ef9f671f2e92daac788e
commit b9ed29b7cb40555c6199ef9f671f2e92daac788e
Author: Sylvain Joubert <joubert.sy at gmail.com>
AuthorDate: Fri Aug 18 09:43:40 2017 +0200
Commit: Sylvain Joubert <joubert.sy at gmail.com>
CommitDate: Fri Aug 18 09:43:40 2017 +0200
Help: Fix formatting typo for the 'if' command
diff --git a/Help/command/if.rst b/Help/command/if.rst
index edd343d..f04f233 100644
--- a/Help/command/if.rst
+++ b/Help/command/if.rst
@@ -30,7 +30,7 @@ else and endif clause is optional. Long expressions can be used and
there is a traditional order of precedence. Parenthetical expressions
are evaluated first followed by unary tests such as ``EXISTS``,
``COMMAND``, and ``DEFINED``. Then any binary tests such as
-``EQUAL``, ``LESS``, ``LESS_EQUAL, ``GREATER``, ``GREATER_EQUAL``,
+``EQUAL``, ``LESS``, ``LESS_EQUAL``, ``GREATER``, ``GREATER_EQUAL``,
``STREQUAL``, ``STRLESS``, ``STRLESS_EQUAL``, ``STRGREATER``,
``STRGREATER_EQUAL``, ``VERSION_EQUAL``, ``VERSION_LESS``,
``VERSION_LESS_EQUAL``, ``VERSION_GREATER``, ``VERSION_GREATER_EQUAL``,
-----------------------------------------------------------------------
Summary of changes:
Help/command/if.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list