diff options
author | Brad King <brad.king@kitware.com> | 2022-09-27 15:05:53 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-09-27 15:45:50 (GMT) |
commit | 6c1337cb79341ec0f9aac617419b6311b6d601af (patch) | |
tree | b7d19905b8138ef4b4e98c413cbf80e154f157fa /Source/cmGlobalVisualStudio11Generator.cxx | |
parent | 5faf145a5b31fc59bf3a9730efbf73d70faea50d (diff) | |
download | CMake-6c1337cb79341ec0f9aac617419b6311b6d601af.zip CMake-6c1337cb79341ec0f9aac617419b6311b6d601af.tar.gz CMake-6c1337cb79341ec0f9aac617419b6311b6d601af.tar.bz2 |
Deprecate Visual Studio 11 2012 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/cmGlobalVisualStudio11Generator.cxx')
-rw-r--r-- | Source/cmGlobalVisualStudio11Generator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio11Generator.cxx b/Source/cmGlobalVisualStudio11Generator.cxx index 10dc258..086d3af 100644 --- a/Source/cmGlobalVisualStudio11Generator.cxx +++ b/Source/cmGlobalVisualStudio11Generator.cxx @@ -77,7 +77,7 @@ public: void GetDocumentation(cmDocumentationEntry& entry) const override { entry.Name = std::string(vs11generatorName) + " [arch]"; - entry.Brief = "Generates Visual Studio 2012 project files. " + entry.Brief = "Deprecated. Generates Visual Studio 2012 project files. " "Optional [arch] can be \"Win64\" or \"ARM\"."; } |