Skip to content

Commit 8b25d7c

Browse files
committed
readme : indent commands in lettered list
1 parent defdfb3 commit 8b25d7c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/build.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@ cmake --build build --config Release
2626

2727
1. Single-config generators (e.g. default = `Unix Makefiles`; note that they just ignore the `--config` flag):
2828

29-
```bash
30-
cmake -B build -DCMAKE_BUILD_TYPE=Debug
31-
cmake --build build
32-
```
29+
```bash
30+
cmake -B build -DCMAKE_BUILD_TYPE=Debug
31+
cmake --build build
32+
```
3333

3434
2. Multi-config generators (`-G` param set to Visual Studio, XCode...):
3535

36-
```bash
37-
cmake -B build -G "Xcode"
38-
cmake --build build --config Debug
39-
```
36+
```bash
37+
cmake -B build -G "Xcode"
38+
cmake --build build --config Debug
39+
```
4040

4141
For more details and a list of supported generators, see the [CMake documentation](https://cmake.org/cmake/help/latest/manual/cmake-generators.7.html).
4242

0 commit comments

Comments
 (0)