readme: Use correct build type in CMake/Windows build instructions

This commit is contained in:
Tim Ruffing 2023-03-08 19:21:13 +01:00
parent 3295aa149b
commit 756b61d451

View File

@ -106,7 +106,7 @@ The following example assumes using of Visual Studio 2022 and CMake v3.21+.
In "Developer Command Prompt for VS 2022": In "Developer Command Prompt for VS 2022":
>cmake -G "Visual Studio 17 2022" -A x64 -S . -B build >cmake -G "Visual Studio 17 2022" -A x64 -S . -B build
>cmake --build build --config Release >cmake --build build --config RelWithDebInfo
Usage examples Usage examples
----------- -----------