From c6bfcfc2f0038735d48e1fdaef40e0788f00cef7 Mon Sep 17 00:00:00 2001 From: Manojkiran Eda Date: Sun, 14 Jun 2020 10:44:11 +0530 Subject: 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 Change-Id: Ia1c53bb3c96151d41c18b67a6d0c82edb756e7fd --- CMakeLists.txt.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt.in') 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 -- cgit v1.2.3