From ef2257bb4e9a6eb83301907d9fdf01d810dc925c Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Mon, 31 Jul 2017 11:35:25 -0400 Subject: Add option to disable implicit include directories. Closes #2139. --- docs/markdown/Release-notes-for-0.42.0.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/markdown/Release-notes-for-0.42.0.md') diff --git a/docs/markdown/Release-notes-for-0.42.0.md b/docs/markdown/Release-notes-for-0.42.0.md index f0ea534..4a23af5 100644 --- a/docs/markdown/Release-notes-for-0.42.0.md +++ b/docs/markdown/Release-notes-for-0.42.0.md @@ -83,3 +83,9 @@ flag manually, e.g. via `link_args` to a target. This is not recommended because having multiple rpath causes them to stomp on each other. This warning will become a hard error in some future release. +## Disable implicit include directories + +By default Meson adds the current source and build directories to the +header search path. On some rare occasions this is not desired. Setting +the `implicit_include_directories` keyword argument to `false` these +directories are not used. -- cgit v1.1