summaryrefslogtreecommitdiff
path: root/subprojects/boost-url.wrap
diff options
context:
space:
mode:
authorEd Tanous <edtanous@google.com>2022-10-25 21:55:49 +0300
committerEd Tanous <ed@tanous.net>2022-11-01 23:54:40 +0300
commitf165deef76063f92ed319d10292be4eabfee0a89 (patch)
tree5f9a59dd38eb10995f036904d314fc4b2f87ef7a /subprojects/boost-url.wrap
parenta9f68bb5f8e9cfe03fc8b31be5558d4bef20a5f4 (diff)
downloadbmcweb-f165deef76063f92ed319d10292be4eabfee0a89.tar.xz
Fix meson warnings
As written, when we pull in the boost and boost-url subprojects, we hit problems in the meson files. ``` ../meson.build:291: WARNING: include_directories sandbox violation! ``` This commit resolves this issue, by adding explicit meson.build files for both boost and boost-url. Tested: meson buildlocal No longer returns the above error, and shows Subprojects boost : YES boost-url : YES Whereas previously those two dependencies showed up as NO. Code compiles. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: Ib25340723c8cb7d6139e3e51db023e9d90e30aab
Diffstat (limited to 'subprojects/boost-url.wrap')
-rw-r--r--subprojects/boost-url.wrap3
1 files changed, 3 insertions, 0 deletions
diff --git a/subprojects/boost-url.wrap b/subprojects/boost-url.wrap
index 1e30bc755b..d19baba12f 100644
--- a/subprojects/boost-url.wrap
+++ b/subprojects/boost-url.wrap
@@ -1,3 +1,6 @@
[wrap-git]
+directory = boost-url-git
+
revision = d740a92d38e3a8f4d5b2153f53b82f1c98e312ab
url = https://github.com/CPPAlliance/url.git
+patch_directory = boost-url