2
0
mirror of https://github.com/boostorg/cmake.git synced 2026-01-19 04:02:15 +00:00

Update README.md

This commit is contained in:
Peter Dimov
2023-01-07 18:50:00 +02:00
parent cb60164675
commit c9eaa7d5cd

View File

@@ -43,9 +43,9 @@ to build it with CMake. To install it, add
cmake --build . --target install
```
Under Windows, you can control whether Debug or Release variants
are built by adding `--config Debug` or `--config Release` to the
`cmake --build` lines:
Under Windows (when using the Visual Studio generator), you can
control whether Debug or Release variants are built by adding
`--config Debug` or `--config Release` to the `cmake --build` lines:
```
cmake --build . --config Debug