summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meson.build4
-rw-r--r--subprojects/boost.wrap6
2 files changed, 5 insertions, 5 deletions
diff --git a/meson.build b/meson.build
index d30aebb810..f1019daa50 100644
--- a/meson.build
+++ b/meson.build
@@ -285,10 +285,10 @@ else
endif
bmcweb_dependencies += nlohmann_json
-boost = dependency('boost',version : '>=1.78.0', required : false, include_type: 'system')
+boost = dependency('boost',version : '>=1.80.0', required : false, include_type: 'system')
if not boost.found()
subproject('boost', required: false)
- boost_inc = include_directories('subprojects/boost_1_78_0/', is_system:true)
+ boost_inc = include_directories('subprojects/boost_1_80_0/', is_system:true)
boost = declare_dependency(include_directories : boost_inc)
boost = boost.as_system('system')
endif
diff --git a/subprojects/boost.wrap b/subprojects/boost.wrap
index 2f7a22f450..1c2051abe9 100644
--- a/subprojects/boost.wrap
+++ b/subprojects/boost.wrap
@@ -1,4 +1,4 @@
[wrap-file]
-source_url = https://downloads.yoctoproject.org/mirror/sources/boost_1_78_0.tar.bz2
-source_hash = 8681f175d4bdb26c52222665793eef08490d7758529330f98d3b29dd0735bccc
-source_filename = 1_78_0.tar.bz2
+source_url = https://downloads.yoctoproject.org/mirror/sources/boost_1_80_0.tar.bz2
+source_hash = 1e19565d82e43bc59209a168f5ac899d3ba471d55c7610c677d4ccf2c9c500c0
+source_filename = 1_80_0.tar.bz2