From 69940e9505b9a2da68e9470f9f826fc5ad0ea97c Mon Sep 17 00:00:00 2001 From: Markus Wick Date: Fri, 8 May 2020 11:59:33 +0200 Subject: [PATCH] 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. --- Building-for-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index 0e7e0fe..0c47e62 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -65,7 +65,7 @@ ninja 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