summaryrefslogtreecommitdiffstats
path: root/Help/generator
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-11-14 19:21:50 (GMT)
committerBrad King <brad.king@kitware.com>2014-11-14 19:23:36 (GMT)
commitf5afb90d7c0ff756dedc3d473c0fb60dee004d82 (patch)
tree4a2e66ea1664604ad85b63e52e7f1a3671eb561b /Help/generator
parent433c6d4689ca86f1a8d8d966be0204e98f95b968 (diff)
downloadCMake-f5afb90d7c0ff756dedc3d473c0fb60dee004d82.zip
CMake-f5afb90d7c0ff756dedc3d473c0fb60dee004d82.tar.gz
CMake-f5afb90d7c0ff756dedc3d473c0fb60dee004d82.tar.bz2
VS: Rename VS 14 generator to 'Visual Studio 14 2015'
Now that we know the year component of this VS version we can add it to the generator name. For convenience, map the name without the year to the name with the year.
Diffstat (limited to 'Help/generator')
-rw-r--r--Help/generator/Visual Studio 14 2015.rst (renamed from Help/generator/Visual Studio 14.rst)10
1 files changed, 5 insertions, 5 deletions
diff --git a/Help/generator/Visual Studio 14.rst b/Help/generator/Visual Studio 14 2015.rst
index d621b7e..b35997a 100644
--- a/Help/generator/Visual Studio 14.rst
+++ b/Help/generator/Visual Studio 14 2015.rst
@@ -1,7 +1,7 @@
-Visual Studio 14
-----------------
+Visual Studio 14 2015
+---------------------
-Generates Visual Studio 14 project files.
+Generates Visual Studio 14 (VS 2015) project files.
The :variable:`CMAKE_GENERATOR_PLATFORM` variable may be set
to specify a target platform name.
@@ -9,8 +9,8 @@ to specify a target platform name.
For compatibility with CMake versions prior to 3.1, one may specify
a target platform name optionally at the end of this generator name:
-``Visual Studio 14 Win64``
+``Visual Studio 14 2015 Win64``
Specify target platform ``x64``.
-``Visual Studio 14 ARM``
+``Visual Studio 14 2015 ARM``
Specify target platform ``ARM``.