summaryrefslogtreecommitdiff
path: root/test cases
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@gmail.com>2022-05-29 23:40:01 +0200
committerEli Schwartz <eschwartz93@gmail.com>2022-07-06 15:17:01 -0400
commit17936686d473fe07b6a7cf1c3b80a21f220ce06e (patch)
treed967ef19e3f2016a001594ba3cc8b9d19e65c5f4 /test cases
parentaf846a109f70b0b063b9d3c7a30225a22949bb48 (diff)
downloadmeson-17936686d473fe07b6a7cf1c3b80a21f220ce06e.tar.gz
Improve error message for `include_directories(abs_path_intree)`
This error message was quite confusing when triggered by use of an absolute path to the include dir of an external dependency (numpy in my case). Changing that to a relative dir also isn't a solution, because Meson will *not* do the "busywork to make paths work" that the error message says it will.
Diffstat (limited to 'test cases')
-rw-r--r--test cases/failing/44 abspath to srcdir/test.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/failing/44 abspath to srcdir/test.json b/test cases/failing/44 abspath to srcdir/test.json
index 2cc298045..c64ecfbd6 100644
--- a/test cases/failing/44 abspath to srcdir/test.json
+++ b/test cases/failing/44 abspath to srcdir/test.json
@@ -1,7 +1,7 @@
{
"stdout": [
{
- "line": "test cases/failing/44 abspath to srcdir/meson.build:3:0: ERROR: Tried to form an absolute path to a source dir."
+ "line": "test cases/failing/44 abspath to srcdir/meson.build:3:0: ERROR: Tried to form an absolute path to a dir in the source tree."
}
]
}