aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Reference-manual.md
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2019-05-28 17:51:51 +0200
committerDaniel Mensinger <daniel@mensinger-ka.de>2019-06-06 18:27:05 +0200
commit438ee6b01da9cc19d578242ceb1615ff3cdec920 (patch)
tree068d524665ed13a5977b5b10eb0d5dad5957eddb /docs/markdown/Reference-manual.md
parent2f998cd8d5ab7f794b86fdf9d34630b645b8a72b (diff)
downloadmeson-438ee6b01da9cc19d578242ceb1615ff3cdec920.zip
meson-438ee6b01da9cc19d578242ceb1615ff3cdec920.tar.gz
meson-438ee6b01da9cc19d578242ceb1615ff3cdec920.tar.bz2
cmake: updated docs
Diffstat (limited to 'docs/markdown/Reference-manual.md')
-rw-r--r--docs/markdown/Reference-manual.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md
index 68c8f9d..0aa4253 100644
--- a/docs/markdown/Reference-manual.md
+++ b/docs/markdown/Reference-manual.md
@@ -1405,11 +1405,6 @@ arguments:
- `version` keyword argument that works just like the one in
`dependency`. It specifies what version the subproject should be,
as an example `>=1.0.1`
- - `method` *(added 0.51.0)* Specifies the configuration method of the
- subproject. Possible values are `meson`, `cmake` and `auto`. With
- `auto` meson will always prefer a `meson.build` in the subproject
- over other methods. The default value of `method` is `auto`.
- - `cmake_options` *(added 0.51.0)* List of additional CMake options
- `required` *(added 0.48.0)* By default, `required` is `true` and
Meson will abort if the subproject could not be setup. You can set
this to `false` and then use the `.found()` method on the [returned