[Cmake-commits] CMake branch, next, updated. v3.0.0-4178-gd084dfd

Brad King brad.king at kitware.com
Thu Jul 10 10:55:28 EDT 2014


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  d084dfd112cf51e8865cef42b7a6388a229b4b10 (commit)
       via  108b62bae89efcd9f0a2680ea6bf30edee602d58 (commit)
      from  ccd2612f1630cb99448e8cab2ff44fbf90a1dca4 (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=d084dfd112cf51e8865cef42b7a6388a229b4b10
commit d084dfd112cf51e8865cef42b7a6388a229b4b10
Merge: ccd2612 108b62b
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Jul 10 10:55:28 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Jul 10 10:55:28 2014 -0400

    Merge topic 'doc-genex-id-values' into next
    
    108b62ba Help: Link to variables corresponding to id and version expressions (#15012)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=108b62bae89efcd9f0a2680ea6bf30edee602d58
commit 108b62bae89efcd9f0a2680ea6bf30edee602d58
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Jul 10 10:51:52 2014 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Thu Jul 10 10:51:52 2014 -0400

    Help: Link to variables corresponding to id and version expressions (#15012)
    
    In the cmake-generator-expressions(7) manual, link to the variables
    that correspond to the PLATFORM_ID, C_COMPILER_ID, CXX_COMPILER_ID,
    C_COMPILER_VERSION, and CXX_COMPILER_VERSION generator expressions.

diff --git a/Help/manual/cmake-generator-expressions.7.rst b/Help/manual/cmake-generator-expressions.7.rst
index f04702e..0491128 100644
--- a/Help/manual/cmake-generator-expressions.7.rst
+++ b/Help/manual/cmake-generator-expressions.7.rst
@@ -116,15 +116,20 @@ than 4.2.0.
 ``$<CONFIG>``
   Configuration name
 ``$<PLATFORM_ID>``
-  The CMake-id of the platform
+  The CMake-id of the platform.
+  See also the :variable:`CMAKE_<LANG>_PLATFORM_ID` variable.
 ``$<C_COMPILER_ID>``
   The CMake-id of the C compiler used.
+  See also the :variable:`CMAKE_<LANG>_COMPILER_ID` variable.
 ``$<CXX_COMPILER_ID>``
   The CMake-id of the CXX compiler used.
+  See also the :variable:`CMAKE_<LANG>_COMPILER_ID` variable.
 ``$<C_COMPILER_VERSION>``
   The version of the C compiler used.
+  See also the :variable:`CMAKE_<LANG>_COMPILER_VERSION` variable.
 ``$<CXX_COMPILER_VERSION>``
   The version of the CXX compiler used.
+  See also the :variable:`CMAKE_<LANG>_COMPILER_VERSION` variable.
 ``$<TARGET_FILE:tgt>``
   Full path to main file (.exe, .so.1.2, .a) where ``tgt`` is the name of a target.
 ``$<TARGET_FILE_NAME:tgt>``

-----------------------------------------------------------------------

Summary of changes:
 Help/manual/cmake-generator-expressions.7.rst |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list