docs: simplify the documentation on required kwarg for subproject

It's a clone of dependency() anyway.
pull/11183/head
Eli Schwartz 2 years ago
parent a1de195d7d
commit a910e1b971
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6
  1. 5
      docs/yaml/functions/subproject.yaml

@ -62,7 +62,4 @@ kwargs:
since: 0.48.0
default: true
description: |
If `true`, Meson will abort if the subproject could not be setup. You can set
this to `false` and then use the `.found()` method on the [[@subproject]] object.
You may also pass the value of a
[`feature`](Build-options.md#features) option, same as [[dependency]].
Works just the same as in [[dependency]].

Loading…
Cancel
Save