Skip to content

Commit f13734c

Browse files
authored
Remove -G "Unix Makefiles" for linux cmake commnad
As suggested in ValveSoftware#1618 , removing flags that are not required
1 parent 4c85abc commit f13734c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Then, depending on your system:
3939

4040
Generate the CMake cache using Makefile:
4141
```
42-
cmake .. -G Makefile -DCMAKE_PREFIX_PATH=/opt/Qt/5.6/gcc_64/lib/cmake -DCMAKE_BUILD_TYPE=Release
42+
cmake .. -DCMAKE_BUILD_TYPE=Release
4343
```
4444

4545
To build type:

0 commit comments

Comments
 (0)