Subproject include as system include
This commit fixes a minor regression induced when we moved to using
submodule projects in meson. When including boost and boost-url
headers, some compilers take issue with them, so they need to be
included as -isystem, instead of -I. This also helps with running
clang-tidy within meson.
Tested:
meson buildlocal
ninja -C buildlocal
Compiles on a fresh clone.
Signed-off-by:
Ed Tanous <edtanous@google.com>
Change-Id: Ic92ed1a1cc2c661b715c63a974e0db35c793f5f4
Loading
Please register or sign in to comment