[Cmake-commits] CMake branch, next, updated. v3.0.2-5323-g8b6cf8d

Brad King brad.king at kitware.com
Mon Sep 15 10:25:25 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  8b6cf8d8c9ece1293285c053e4ab0eeac366499b (commit)
       via  0777f8d3ea70324b7103f7547dc80ac2cebe4032 (commit)
      from  82e2ef88654701fcad9b2c0143d1150b1e243429 (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=8b6cf8d8c9ece1293285c053e4ab0eeac366499b
commit 8b6cf8d8c9ece1293285c053e4ab0eeac366499b
Merge: 82e2ef8 0777f8d
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Sep 15 10:25:25 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Sep 15 10:25:25 2014 -0400

    Merge topic 'vs-generator-platform' into next
    
    0777f8d3 Help: Update notes for topic 'vs-generator-platform'


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0777f8d3ea70324b7103f7547dc80ac2cebe4032
commit 0777f8d3ea70324b7103f7547dc80ac2cebe4032
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Sep 15 10:25:00 2014 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon Sep 15 10:25:00 2014 -0400

    Help: Update notes for topic 'vs-generator-platform'
    
    Mention the '-A' option.

diff --git a/Help/release/dev/vs-generator-platform.rst b/Help/release/dev/vs-generator-platform.rst
index df90e19..cf2090b 100644
--- a/Help/release/dev/vs-generator-platform.rst
+++ b/Help/release/dev/vs-generator-platform.rst
@@ -4,4 +4,6 @@ vs-generator-platform
 * The Visual Studio generators for versions 8 (2005) and above
   learned to read the target platform name from a new
   :variable:`CMAKE_GENERATOR_PLATFORM` variable when it is
-  not specified as part of the generator name.
+  not specified as part of the generator name.  The platform
+  name may be specified on the :manual:`cmake(1)` command line
+  with the ``-A`` option, e.g. ``-G "Visual Studio 12 2013" -A x64``.

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

Summary of changes:
 Help/release/dev/vs-generator-platform.rst |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list