Skip to content

Commit

Permalink
fixup! 7365a4f
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Oakley <philipoakley@iee.email>
  • Loading branch information
PhilipOakley committed Jul 2, 2021
1 parent aa2ba56 commit f503c4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/buildsystems/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ though, therefore the `File>Open>Folder...` option is preferred.
Visual Studio does not produce a .sln solution file nor the .vcproj files
that may be required by VS extension tools.
To generate the .sln/.vcproj files run Cmake manually, as below.
To generate the .sln/.vcproj files run CMake manually, as described below.
Instructions to run CMake manually:
Expand Down Expand Up @@ -48,7 +48,7 @@ NOTE: By default CMake uses Makefile as the build tool on Linux and Visual Studi
to use another tool say `ninja` add this to the command line when configuring.
`-G Ninja`
The Visual Studio default generator changed in v16.6 from its visual studio
The Visual Studio default generator changed in v16.6 from its Visual Studio
implemenation to `Ninja` This required changes to many CMake scripts.
]]
Expand Down

0 comments on commit f503c4c

Please sign in to comment.