Include cmake generator for Visual Studio 2022 in build examples #2026
Labels
kind/documentation
Categorizes issue or PR as related to documentation.
kind/enhancement
Enhancement to an existing feature
priority/critical
Critical priority. Must be actively worked on as someone's top priority right now.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Describe the issue briefly
When showing an example of a
cmake
build command, 2 tabs are usually shown: Windows and Linux. In the Windows example, the generator is shown for Visual Studio 2019:-G "Visual Studio 16"
. A third tab should be added for Visual Studio 2022:-G "Visual Studio 17"
.The tab labels should change. Suggestion:
Which page(s) / section(s) are affected?
Many. Refer to the files changed in this similar PR: #1997.
Does this work have an engineering dependency? What is it?
stabilization/2210
The text was updated successfully, but these errors were encountered: