summaryrefslogtreecommitdiffstats
path: root/Source/cmVisualStudioGeneratorOptions.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-01-15 18:23:29 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-01-15 18:23:38 (GMT)
commit41b0c0dc739c34550b8e9054b9a88405afb6518d (patch)
treee105225815d76cd1f996416bbafdeeb6f918dc23 /Source/cmVisualStudioGeneratorOptions.cxx
parent67422bf579e5c274794f131f008bec4ec1e7d4b9 (diff)
parent57e48f16f2c3b73fb27057267c8092a41005bb75 (diff)
downloadCMake-41b0c0dc739c34550b8e9054b9a88405afb6518d.zip
CMake-41b0c0dc739c34550b8e9054b9a88405afb6518d.tar.gz
CMake-41b0c0dc739c34550b8e9054b9a88405afb6518d.tar.bz2
Merge topic 'vs2019'
57e48f16f2 VS: Add Visual Studio 16 2019 generator bdef729646 VS: Parameterize VS 2017 generator to support future versions 68d316e0cf VS: Rename VS 2017 generator sources to be version-independent d8ed309d05 VS: Parameterize cmVSSetupAPIHelper instances with VS version Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2789
Diffstat (limited to 'Source/cmVisualStudioGeneratorOptions.cxx')
-rw-r--r--Source/cmVisualStudioGeneratorOptions.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmVisualStudioGeneratorOptions.cxx b/Source/cmVisualStudioGeneratorOptions.cxx
index afe9230..5c3e533 100644
--- a/Source/cmVisualStudioGeneratorOptions.cxx
+++ b/Source/cmVisualStudioGeneratorOptions.cxx
@@ -70,6 +70,7 @@ void cmVisualStudioGeneratorOptions::FixExceptionHandlingDefault()
case cmGlobalVisualStudioGenerator::VS12:
case cmGlobalVisualStudioGenerator::VS14:
case cmGlobalVisualStudioGenerator::VS15:
+ case cmGlobalVisualStudioGenerator::VS16:
// by default VS puts <ExceptionHandling></ExceptionHandling> empty
// for a project, to make our projects look the same put a new line
// and space over for the closing </ExceptionHandling> as the default