diff options
author | Brad King <brad.king@kitware.com> | 2023-06-24 18:37:59 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-06-26 16:41:18 (GMT) |
commit | 75b573a628d4296b237601d2a9cb4c0a05903f96 (patch) | |
tree | 78fcbfd433000147384888cccec59876d2c01d1a /Source/cmGlobalVisualStudio12Generator.cxx | |
parent | 61bb728c0c874b85620289fd233bd0deb741a27c (diff) | |
download | CMake-75b573a628d4296b237601d2a9cb4c0a05903f96.zip CMake-75b573a628d4296b237601d2a9cb4c0a05903f96.tar.gz CMake-75b573a628d4296b237601d2a9cb4c0a05903f96.tar.bz2 |
Deprecate Visual Studio 12 2013 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/cmGlobalVisualStudio12Generator.cxx')
-rw-r--r-- | Source/cmGlobalVisualStudio12Generator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio12Generator.cxx b/Source/cmGlobalVisualStudio12Generator.cxx index d417f9e..b7af31b 100644 --- a/Source/cmGlobalVisualStudio12Generator.cxx +++ b/Source/cmGlobalVisualStudio12Generator.cxx @@ -64,7 +64,7 @@ public: cmDocumentationEntry GetDocumentation() const override { return { std::string(vs12generatorName) + " [arch]", - "Generates Visual Studio 2013 project files. " + "Deprecated. Generates Visual Studio 2013 project files. " "Optional [arch] can be \"Win64\" or \"ARM\"." }; } |