From f13734c4c1eb59dfc0a315b7f1a59fc402f46b77 Mon Sep 17 00:00:00 2001 From: Guy Sheffer Date: Tue, 14 Dec 2021 19:58:14 +0200 Subject: [PATCH] Remove -G "Unix Makefiles" for linux cmake commnad As suggested in #1618 , removing flags that are not required --- samples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/README.md b/samples/README.md index da63c050..da7bb34c 100644 --- a/samples/README.md +++ b/samples/README.md @@ -39,7 +39,7 @@ Then, depending on your system: Generate the CMake cache using Makefile: ``` -cmake .. -G Makefile -DCMAKE_PREFIX_PATH=/opt/Qt/5.6/gcc_64/lib/cmake -DCMAKE_BUILD_TYPE=Release +cmake .. -DCMAKE_BUILD_TYPE=Release ``` To build type: