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:
Markus Wick 2020-05-08 11:59:33 +02:00
parent 8bfd847501
commit 69940e9505

View File

@ -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