[Cmake-commits] CMake branch, next, updated. v3.3.0-rc2-510-g82c1f16

Brad King brad.king at kitware.com
Thu Jun 18 09:17:51 EDT 2015


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  82c1f16f8c74f6cba2cf2cc2e98062559a0c072e (commit)
       via  1c9db7db2c60e23ed3e6b107956656221e965c21 (commit)
      from  7d2c58c859f3f2a0ef0291a39b6496ae3655fd53 (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=82c1f16f8c74f6cba2cf2cc2e98062559a0c072e
commit 82c1f16f8c74f6cba2cf2cc2e98062559a0c072e
Merge: 7d2c58c 1c9db7d
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Jun 18 09:17:50 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Jun 18 09:17:50 2015 -0400

    Merge topic 'doc-CMAKE_GENERATOR_PLATFORM-typo' into next
    
    1c9db7db Help: Fix typo in CMAKE_GENERATOR_PLATFORM docs (#15621)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1c9db7db2c60e23ed3e6b107956656221e965c21
commit 1c9db7db2c60e23ed3e6b107956656221e965c21
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Jun 18 09:16:26 2015 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Thu Jun 18 09:16:43 2015 -0400

    Help: Fix typo in CMAKE_GENERATOR_PLATFORM docs (#15621)
    
    s/toolset/platform/

diff --git a/Help/variable/CMAKE_GENERATOR_PLATFORM.rst b/Help/variable/CMAKE_GENERATOR_PLATFORM.rst
index 5809b6a..5559eb7 100644
--- a/Help/variable/CMAKE_GENERATOR_PLATFORM.rst
+++ b/Help/variable/CMAKE_GENERATOR_PLATFORM.rst
@@ -5,7 +5,7 @@ Generator-specific target platform name specified by user.
 
 Some CMake generators support a target platform name to be given
 to the native build system to choose a compiler toolchain.
-If the user specifies a toolset name (e.g. via the cmake -A option)
+If the user specifies a platform name (e.g. via the cmake -A option)
 the value will be available in this variable.
 
 The value of this variable should never be modified by project code.

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

Summary of changes:
 Help/variable/CMAKE_GENERATOR_PLATFORM.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list