[Cmake-commits] CMake branch, next, updated. v2.8.12.1-6419-g7600bbc
Stephen Kelly
steveire at gmail.com
Thu Dec 26 06:21:50 EST 2013
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, next has been updated
via 7600bbc266fd18a5c2083001592a3c8990f1da6c (commit)
via 5ab0c0a809f1c874adac759e03a00ec139aec781 (commit)
from 1bfd9ffff62c101ba55c061c472881645aadad27 (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 -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7600bbc266fd18a5c2083001592a3c8990f1da6c
commit 7600bbc266fd18a5c2083001592a3c8990f1da6c
Merge: 1bfd9ff 5ab0c0a
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Dec 26 06:21:49 2013 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Dec 26 06:21:49 2013 -0500
Merge topic 'cmake-buildsystem-manual' into next
5ab0c0a Fix prose.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=5ab0c0a809f1c874adac759e03a00ec139aec781
commit 5ab0c0a809f1c874adac759e03a00ec139aec781
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Dec 26 12:20:53 2013 +0100
Commit: Stephen Kelly <steveire at gmail.com>
CommitDate: Thu Dec 26 12:20:53 2013 +0100
Fix prose.
diff --git a/Help/manual/cmake-buildsystem.7.rst b/Help/manual/cmake-buildsystem.7.rst
index a1513d8..d2ee508 100644
--- a/Help/manual/cmake-buildsystem.7.rst
+++ b/Help/manual/cmake-buildsystem.7.rst
@@ -684,7 +684,7 @@ target, which may be an :prop_tgt:`IMPORTED` target from a package, or an
``ALIAS`` targets are not mutable, installable or exportable. They are entirely
local to the buildsystem description. A name can be tested for whether it is
-an ``ALIAS`` name using the :command:`if(ALIAS)` command
+an ``ALIAS`` name by reading the :prop_tgt:`ALIASED_TARGET` property from it:
.. code-block:: cmake
-----------------------------------------------------------------------
Summary of changes:
Help/manual/cmake-buildsystem.7.rst | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list