[Cmake-commits] CMake branch, next, updated. v3.0.0-4202-g26d8dc8

Brad King brad.king at kitware.com
Mon Jul 14 09:33:54 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  26d8dc89e1560a71bb8ac90882aca8553e44bcb4 (commit)
       via  6444f8be084d4c7b52230a89b16fe5a218349978 (commit)
      from  3904f162d52c8a146f05be144149078e2a7458b5 (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=26d8dc89e1560a71bb8ac90882aca8553e44bcb4
commit 26d8dc89e1560a71bb8ac90882aca8553e44bcb4
Merge: 3904f16 6444f8b
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Jul 14 09:33:54 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Jul 14 09:33:54 2014 -0400

    Merge topic 'doc-genex-id-values' into next
    
    6444f8be Help: Fix PLATFORM_ID corresponding var


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=6444f8be084d4c7b52230a89b16fe5a218349978
commit 6444f8be084d4c7b52230a89b16fe5a218349978
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Jul 14 09:31:51 2014 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon Jul 14 09:31:51 2014 -0400

    Help: Fix PLATFORM_ID corresponding var

diff --git a/Help/manual/cmake-generator-expressions.7.rst b/Help/manual/cmake-generator-expressions.7.rst
index 0491128..9e82674 100644
--- a/Help/manual/cmake-generator-expressions.7.rst
+++ b/Help/manual/cmake-generator-expressions.7.rst
@@ -117,7 +117,7 @@ than 4.2.0.
   Configuration name
 ``$<PLATFORM_ID>``
   The CMake-id of the platform.
-  See also the :variable:`CMAKE_<LANG>_PLATFORM_ID` variable.
+  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.

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list