diff options
author | Brad King <brad.king@kitware.com> | 2014-11-14 19:21:50 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-11-14 19:23:36 (GMT) |
commit | f5afb90d7c0ff756dedc3d473c0fb60dee004d82 (patch) | |
tree | 4a2e66ea1664604ad85b63e52e7f1a3671eb561b /Source/cmake.cxx | |
parent | 433c6d4689ca86f1a8d8d966be0204e98f95b968 (diff) | |
download | CMake-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 'Source/cmake.cxx')
-rw-r--r-- | Source/cmake.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx index 09d270d..36a0645 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -1403,7 +1403,7 @@ int cmake::ActualConfigure() {"10.0", "Visual Studio 10 2010"}, {"11.0", "Visual Studio 11 2012"}, {"12.0", "Visual Studio 12 2013"}, - {"14.0", "Visual Studio 14"}, + {"14.0", "Visual Studio 14 2015"}, {0, 0}}; for(int i=0; version[i].MSVersion != 0; i++) { |