summaryrefslogtreecommitdiff
path: root/CMakeLists.txt.in
diff options
context:
space:
mode:
authorManojkiran Eda <manojkiran.eda@gmail.com>2020-06-14 08:14:11 +0300
committerManojKiran Eda <manojkiran.eda@gmail.com>2020-06-19 06:37:05 +0300
commitc6bfcfc2f0038735d48e1fdaef40e0788f00cef7 (patch)
tree05c8558260ae685707dde1eb1bd730d98540d3f2 /CMakeLists.txt.in
parent67a78d8758859a4e4477de932d24fac5fb287dad (diff)
downloadbmcweb-c6bfcfc2f0038735d48e1fdaef40e0788f00cef7.tar.xz
Migrate to boost 1.73
- Poky already had moved to 1.73, and bmcweb is lagging behind. - There are lot of improvements in 1.73(especially better support for c++20 standard) that can be leveraged by developer community, so migrating the dependency boost library to 1.73 Tested By: - Compiled in all sdks, and unit tests passed. Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com> Change-Id: Ia1c53bb3c96151d41c18b67a6d0c82edb756e7fd
Diffstat (limited to 'CMakeLists.txt.in')
-rw-r--r--CMakeLists.txt.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt.in b/CMakeLists.txt.in
index c25df8b49b..d14910ffb3 100644
--- a/CMakeLists.txt.in
+++ b/CMakeLists.txt.in
@@ -36,8 +36,8 @@ externalproject_add (
externalproject_add (
Boost URL
- https://dl.bintray.com/boostorg/release/1.71.0/source/boost_1_71_0.tar.gz
- URL_MD5 5f521b41b79bf8616582c4a8a2c10177 SOURCE_DIR
+ https://dl.bintray.com/boostorg/release/1.73.0/source/boost_1_73_0.tar.gz
+ URL_MD5 4036cd27ef7548b8d29c30ea10956196 SOURCE_DIR
"${CMAKE_BINARY_DIR}/boost-src" BINARY_DIR "${CMAKE_BINARY_DIR}/boost-build"
CONFIGURE_COMMAND "" BUILD_COMMAND "" INSTALL_COMMAND mkdir -p
"${CMAKE_BINARY_DIR}/prefix/include/" && cp -R