diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2018-07-02 20:37:59 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-02 20:37:59 +0300 |
commit | 1c44afdeed636f90a1e2685cba4143eacde21887 (patch) | |
tree | fae2555335f85911e811a719fc125b4ff1de9b03 /docs/markdown/snippets | |
parent | 1ec3c790567d230e994500a6edb44a26c2d64968 (diff) | |
parent | cc58fdac33fad6f9af328b2bdc26fcd5c0274b84 (diff) | |
download | meson-1c44afdeed636f90a1e2685cba4143eacde21887.zip meson-1c44afdeed636f90a1e2685cba4143eacde21887.tar.gz meson-1c44afdeed636f90a1e2685cba4143eacde21887.tar.bz2 |
Merge pull request #3823 from mesonbuild/nirbheek/fix-featurenew-subprojects
Nirbheek/fix featurenew subprojects
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/feature_new.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/markdown/snippets/feature_new.md b/docs/markdown/snippets/feature_new.md index 7480634..94fb880 100644 --- a/docs/markdown/snippets/feature_new.md +++ b/docs/markdown/snippets/feature_new.md @@ -24,9 +24,9 @@ Project name: featurenew Project version: undefined Build machine cpu family: x86_64 Build machine cpu: x86_64 -WARNING: Project targetting '>=0.43' but tried to use feature introduced in '0.44.0': get_unquoted +WARNING: Project targetting '>=0.43' but tried to use feature introduced in '0.44.0': configuration_data.get_unquoted() Message: bar Build targets in project: 0 -Minimum version of features used: -0.44.0: {'get_unquoted'} +WARNING: Project specifies a minimum meson_version '>=0.43' which conflicts with: + * 0.44.0: {'configuration_data.get_unquoted()'} ``` |