summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio15Generator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-10-06 20:43:50 (GMT)
committerBrad King <brad.king@kitware.com>2016-10-06 20:46:53 (GMT)
commit02b7d278c8cf9ec3012289fcbc673b908b920c89 (patch)
tree69beedf003aea69be1ac7c8a8f50e805fa165438 /Source/cmGlobalVisualStudio15Generator.cxx
parent1dc252ecf4d0946196133734540ebe8e90f312d3 (diff)
downloadCMake-02b7d278c8cf9ec3012289fcbc673b908b920c89.zip
CMake-02b7d278c8cf9ec3012289fcbc673b908b920c89.tar.gz
CMake-02b7d278c8cf9ec3012289fcbc673b908b920c89.tar.bz2
VS: Update VS 15 generator for Preview 5
The `PlatformToolset` is now `v141` instead of `v140`. Closes: #16347
Diffstat (limited to 'Source/cmGlobalVisualStudio15Generator.cxx')
-rw-r--r--Source/cmGlobalVisualStudio15Generator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio15Generator.cxx b/Source/cmGlobalVisualStudio15Generator.cxx
index 4d62f2b..a833a5f 100644
--- a/Source/cmGlobalVisualStudio15Generator.cxx
+++ b/Source/cmGlobalVisualStudio15Generator.cxx
@@ -79,7 +79,7 @@ cmGlobalVisualStudio15Generator::cmGlobalVisualStudio15Generator(
"HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\VCExpress\\15.0\\Setup\\VC;"
"ProductDir",
vc15Express, cmSystemTools::KeyWOW64_32);
- this->DefaultPlatformToolset = "v140";
+ this->DefaultPlatformToolset = "v141";
this->Version = VS15;
}