summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/vs-generator-platform.rst
blob: cf2090bdc0004c0c05f1e8a7f48f84846ee34534 (plain)
1
2
3
4
5
6
7
8
9
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.  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``.