README.cmake: Fix doc for building on linux

Remove -G flag and let user use the default generator.
This commit is contained in:
Ralf Habacker 2019-03-12 12:26:04 +01:00
parent 015ecf15dd
commit 2a21c7f006

View file

@ -88,7 +88,7 @@ Linux
4. mkdir dbus-build
5. cd dbus-build
6. run
cmake -G "<for available targets, see cmake --help for a list>" [<options, see below>] <dbus-src-root>
cmake [<options, see below>] <dbus-src-root>
make
make install