Skip to content

Commit

Permalink
docs(readme): commands use Visual Studio 17 2022 generator
Browse files Browse the repository at this point in the history
  • Loading branch information
alandefreitas committed Oct 21, 2024
1 parent 4ba05c4 commit 2e58683
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ In particular, this is of interest to users who wish to compose parsing algorith

[source,bash]
----
cmake -G "Visual Studio 16 2019" -A Win32 -B bin -DCMAKE_TOOLCHAIN_FILE=cmake/toolchains/msvc.cmake
cmake -G "Visual Studio 16 2019" -A x64 -B bin64 -DCMAKE_TOOLCHAIN_FILE=cmake/toolchains/msvc.cmake
cmake -G "Visual Studio 17 2022" -A Win32 -B bin -DCMAKE_TOOLCHAIN_FILE=cmake/toolchains/msvc.cmake
cmake -G "Visual Studio 17 2022" -A x64 -B bin64 -DCMAKE_TOOLCHAIN_FILE=cmake/toolchains/msvc.cmake
----

== Quick Look
Expand Down

0 comments on commit 2e58683

Please sign in to comment.