Git commit 9ecc15bd59be2e3ae2d0396933b5c32fa992b04b by Johan Ouwerkerk, on behalf of David Lerch. Committed on 26/01/2021 at 16:11. Pushed by ashark into branch 'docbook_historied_per_file'.
Changed docs to mention support for CMake Extra Generators introduced in last commit. Original commit: 8f25eb9e https://invent.kde.org/sdk/kdesrc-build/-/commit/8f25eb9e47b665ffcada54252a35a578a7247739 M +4 -2 doc/kdesrc-buildrc/conf-options-table.docbook https://invent.kde.org/sdk/kdesrc-build/-/commit/9ecc15bd59be2e3ae2d0396933b5c32fa992b04b diff --git a/doc/kdesrc-buildrc/conf-options-table.docbook b/doc/kdesrc-buildrc/conf-options-table.docbook index 7567f440..499ac3e7 100644 --- a/doc/kdesrc-buildrc/conf-options-table.docbook +++ b/doc/kdesrc-buildrc/conf-options-table.docbook @@ -231,8 +231,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
