File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ though, therefore the `File>Open>Folder...` option is preferred.
17
17
Visual Studio does not produce a .sln solution file nor the .vcproj files
18
18
that may be required by VS extension tools.
19
19
20
- To generate the .sln/.vcproj files run Cmake manually, as below.
20
+ To generate the .sln/.vcproj files run CMake manually, as described below.
21
21
22
22
Instructions to run CMake manually:
23
23
@@ -48,7 +48,7 @@ NOTE: By default CMake uses Makefile as the build tool on Linux and Visual Studi
48
48
to use another tool say `ninja` add this to the command line when configuring.
49
49
`-G Ninja`
50
50
51
- The Visual Studio default generator changed in v16.6 from its visual studio
51
+ The Visual Studio default generator changed in v16.6 from its Visual Studio
52
52
implemenation to `Ninja` This required changes to many CMake scripts.
53
53
54
54
]]
You can’t perform that action at this time.
0 commit comments