summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio15Generator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-11-18 16:43:43 (GMT)
committerBrad King <brad.king@kitware.com>2016-11-18 16:43:43 (GMT)
commit37966a57992a8a2cc59fd663a4dea985a0be248c (patch)
treecbffd790acd3516f99d26cff1982957788667786 /Source/cmGlobalVisualStudio15Generator.cxx
parent9fd9fd9861b208e31b90e72c368f411635fb7270 (diff)
parent02b7d278c8cf9ec3012289fcbc673b908b920c89 (diff)
downloadCMake-37966a57992a8a2cc59fd663a4dea985a0be248c.zip
CMake-37966a57992a8a2cc59fd663a4dea985a0be248c.tar.gz
CMake-37966a57992a8a2cc59fd663a4dea985a0be248c.tar.bz2
Merge branch 'vs-15-preview-5' into release
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;
}