summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-10-07 13:10:46 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-10-07 13:10:46 (GMT)
commitfadb812a52bbf14c7b4850e6a5fdd81405d8b5f5 (patch)
tree91dfd2f68daebdaa9b5b45a99118f869c76d6d96 /Source
parentea563a27a2042cfb3be33d0f74efecc7687b86bb (diff)
parent02b7d278c8cf9ec3012289fcbc673b908b920c89 (diff)
downloadCMake-fadb812a52bbf14c7b4850e6a5fdd81405d8b5f5.zip
CMake-fadb812a52bbf14c7b4850e6a5fdd81405d8b5f5.tar.gz
CMake-fadb812a52bbf14c7b4850e6a5fdd81405d8b5f5.tar.bz2
Merge topic 'vs-15-preview-5'
02b7d278 VS: Update VS 15 generator for Preview 5
Diffstat (limited to 'Source')
-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;
}