Skip to content

Commit f503c4c

Browse files
committed
fixup! 7365a4f
Signed-off-by: Philip Oakley <philipoakley@iee.email>
1 parent aa2ba56 commit f503c4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/buildsystems/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ though, therefore the `File>Open>Folder...` option is preferred.
1717
Visual Studio does not produce a .sln solution file nor the .vcproj files
1818
that may be required by VS extension tools.
1919
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.
2121
2222
Instructions to run CMake manually:
2323
@@ -48,7 +48,7 @@ NOTE: By default CMake uses Makefile as the build tool on Linux and Visual Studi
4848
to use another tool say `ninja` add this to the command line when configuring.
4949
`-G Ninja`
5050
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
5252
implemenation to `Ninja` This required changes to many CMake scripts.
5353
5454
]]

0 commit comments

Comments
 (0)