summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio71Generator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-04-28 14:09:15 (GMT)
committerBrad King <brad.king@kitware.com>2016-04-28 14:09:20 (GMT)
commitce82e0a53f4064693c14ce97a5efb3e38efc3fa7 (patch)
tree247b2aa46caffa67183959851d77c009a36335f8 /Source/cmGlobalVisualStudio71Generator.cxx
parent6a501b6519850c0dd2bcc687cd8da6fc6c9459d5 (diff)
downloadCMake-ce82e0a53f4064693c14ce97a5efb3e38efc3fa7.zip
CMake-ce82e0a53f4064693c14ce97a5efb3e38efc3fa7.tar.gz
CMake-ce82e0a53f4064693c14ce97a5efb3e38efc3fa7.tar.bz2
Deprecate Visual Studio 7 .NET 2003 generator
Update documentation to mark the generator deprecated. Add a warning at the end of generation plus an option to turn off the warning.
Diffstat (limited to 'Source/cmGlobalVisualStudio71Generator.cxx')
-rw-r--r--Source/cmGlobalVisualStudio71Generator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio71Generator.cxx b/Source/cmGlobalVisualStudio71Generator.cxx
index 7b51fdf..dd1f2e4 100644
--- a/Source/cmGlobalVisualStudio71Generator.cxx
+++ b/Source/cmGlobalVisualStudio71Generator.cxx
@@ -325,5 +325,5 @@ void cmGlobalVisualStudio71Generator
::GetDocumentation(cmDocumentationEntry& entry)
{
entry.Name = cmGlobalVisualStudio71Generator::GetActualName();
- entry.Brief = "Generates Visual Studio .NET 2003 project files.";
+ entry.Brief = "Deprecated. Generates Visual Studio .NET 2003 project files.";
}