summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio10Generator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-07-29 15:49:27 (GMT)
committerBrad King <brad.king@kitware.com>2021-07-29 18:15:01 (GMT)
commit22dab6eb96438b8563079c44d00c520df5b04a6e (patch)
tree89da2b615d0fba53f87c73c264a8a3f6eac3021f /Source/cmGlobalVisualStudio10Generator.cxx
parent9251205512c49bbdda5d82f48126dc5b8e79d70f (diff)
downloadCMake-22dab6eb96438b8563079c44d00c520df5b04a6e.zip
CMake-22dab6eb96438b8563079c44d00c520df5b04a6e.tar.gz
CMake-22dab6eb96438b8563079c44d00c520df5b04a6e.tar.bz2
Deprecate Visual Studio 10 2010 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/cmGlobalVisualStudio10Generator.cxx')
-rw-r--r--Source/cmGlobalVisualStudio10Generator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio10Generator.cxx b/Source/cmGlobalVisualStudio10Generator.cxx
index fdb7155..488ff2e 100644
--- a/Source/cmGlobalVisualStudio10Generator.cxx
+++ b/Source/cmGlobalVisualStudio10Generator.cxx
@@ -88,7 +88,7 @@ public:
void GetDocumentation(cmDocumentationEntry& entry) const override
{
entry.Name = std::string(vs10generatorName) + " [arch]";
- entry.Brief = "Generates Visual Studio 2010 project files. "
+ entry.Brief = "Deprecated. Generates Visual Studio 2010 project files. "
"Optional [arch] can be \"Win64\" or \"IA64\".";
}