Use code line formatting on a cmake command

master
Mat M 2018-01-18 11:56:52 -05:00
parent 7c0c0fb9d0
commit d3aad66d1a
1 changed files with 2 additions and 1 deletions

@ -48,7 +48,8 @@ cmake ../
make
sudo make install
```
Optionally, you can use "cmake -i .." to adjust various options (e.g. disable the Qt GUI).
Optionally, you can use `cmake -i ..` to adjust various options (e.g. disable the Qt GUI).
**Using clang:**