summaryrefslogtreecommitdiffstats
path: root/Source/cmVisualStudioGeneratorOptions.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-04-19 18:53:47 (GMT)
committerBrad King <brad.king@kitware.com>2017-04-19 18:54:57 (GMT)
commita4452fd82df79c579ab3996e3c56c59964bf69ea (patch)
treea9750879039bda20c34d3d92e46b098f8ba955b2 /Source/cmVisualStudioGeneratorOptions.cxx
parent6e66fe5f977c3d8e0a4b24236a00b31f325ef5a3 (diff)
downloadCMake-a4452fd82df79c579ab3996e3c56c59964bf69ea.zip
CMake-a4452fd82df79c579ab3996e3c56c59964bf69ea.tar.gz
CMake-a4452fd82df79c579ab3996e3c56c59964bf69ea.tar.bz2
cmGlobalVisualStudioGenerator: Drop VS7 enumeration value
We no longer support the VS 7.0 (.NET 2002) IDE, so drop the enumeration value corresponding to its version.
Diffstat (limited to 'Source/cmVisualStudioGeneratorOptions.cxx')
-rw-r--r--Source/cmVisualStudioGeneratorOptions.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmVisualStudioGeneratorOptions.cxx b/Source/cmVisualStudioGeneratorOptions.cxx
index abc4924..370e4da 100644
--- a/Source/cmVisualStudioGeneratorOptions.cxx
+++ b/Source/cmVisualStudioGeneratorOptions.cxx
@@ -101,7 +101,6 @@ void cmVisualStudioGeneratorOptions::FixExceptionHandlingDefault()
// the flag to disable exception handling. When the user does
// remove the flag we need to override the IDE default of on.
switch (this->Version) {
- case cmGlobalVisualStudioGenerator::VS7:
case cmGlobalVisualStudioGenerator::VS71:
this->FlagMap["ExceptionHandling"] = "FALSE";
break;