[Cmake-commits] CMake branch, next, updated. v3.0.0-4204-gc67f185

Brad King brad.king at kitware.com
Mon Jul 14 09:34:34 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  c67f1851d6c393061f6ffde3322a216ac93ea4fb (commit)
       via  5690a963e92f4b5d04b348bb3b2cefe6a9cfec9a (commit)
      from  26d8dc89e1560a71bb8ac90882aca8553e44bcb4 (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=c67f1851d6c393061f6ffde3322a216ac93ea4fb
commit c67f1851d6c393061f6ffde3322a216ac93ea4fb
Merge: 26d8dc8 5690a96
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Jul 14 09:34:34 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Jul 14 09:34:34 2014 -0400

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


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=5690a963e92f4b5d04b348bb3b2cefe6a9cfec9a
commit 5690a963e92f4b5d04b348bb3b2cefe6a9cfec9a
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: Mon Jul 14 09:35:23 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..9e82674 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_SYSTEM_NAME` 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:


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list