cmake -i is deprecated, just use cmake-gui
However we don't install it at the top. It is no build requirement, so I want to avoid it.
This commit is contained in:
parent
8bfd847501
commit
69940e9505
@ -65,7 +65,7 @@ ninja
|
|||||||
sudo ninja install # (currently doesn't work, needs to be fixed)
|
sudo ninja install # (currently doesn't work, needs to be fixed)
|
||||||
```
|
```
|
||||||
|
|
||||||
Optionally, you can use `cmake -i ..` to adjust various options (e.g. disable the Qt GUI).
|
Optionally, you can use `cmake-gui ..` to adjust various options (e.g. disable the Qt GUI).
|
||||||
|
|
||||||
#### Using clang
|
#### Using clang
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user