Git commit 8f25eb9e47b665ffcada54252a35a578a7247739 by Johan Ouwerkerk, on behalf of David Lerch. Committed on 26/01/2021 at 16:11. Pushed by ouwerkerk into branch 'master'.
Changed docs to mention support for CMake Extra Generators introduced in last commit. M +4 -2 doc/index.docbook https://invent.kde.org/sdk/kdesrc-build/commit/8f25eb9e47b665ffcada54252a35a578a7247739 diff --git a/doc/index.docbook b/doc/index.docbook index 3c2ba4d..1fc27c7 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -1983,8 +1983,10 @@ operation of the &git; source control system.</para> <entry>Module setting overrides global</entry> <entry><para>Use this option to specify which generator to use with &cmake;. Currently both <literal>Ninja</literal> and <literal>Unix Makefiles</literal> -are supported. Invalid (unsupported) values are ignored and treated as if -unset. If not set <literal>Unix Makefiles</literal> will be used by default. +as well as extra generators based on them like <literal>Eclipse CDT4 - Ninja +</literal> are supported. Invalid (unsupported) values are ignored and treated +as if unset. If not set <literal>Unix Makefiles</literal> will be used by +default. </para> <para>Note that if a valid generator is also specified through
