Skip to content

Commit 96d7c8e

Browse files
Update boost version to get Boost::Json
Initially not all code in boost json has proper wrappers for no exception builds Relates-To: OCMAM-442 Signed-off-by: Rustam Gamidov <ext-rustam.gamidov@here.com>
1 parent d9c9c19 commit 96d7c8e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The table below lists the dependencies of the Data SDK.
6161
|:---------------------|:--------------------|
6262
| Libcurl | 7.52.1 |
6363
| OpenSSL | 1.1.1w |
64-
| Boost (headers only) | 1.82.0 |
64+
| Boost (headers only) | 1.84.0 |
6565
| LevelDB | 1.21 |
6666
| Snappy | 1.1.7 |
6767
| RapidJSON | latest |

external/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ set(OLP_SDK_CPP_RAPIDJSON_URL "https://github.com/Tencent/rapidjson.git")
5353
set(OLP_SDK_CPP_RAPIDJSON_TAG "d621dc9e9c77f81e5c8a35b8dcc16dcd63351321")
5454

5555
set(OLP_SDK_CPP_BOOST_URL "https://github.com/boostorg/boost.git")
56-
set(OLP_SDK_CPP_BOOST_TAG "boost-1.82.0")
56+
set(OLP_SDK_CPP_BOOST_TAG "boost-1.84.0")
5757

5858
set(OLP_SDK_CPP_LMDB_URL "https://github.com/LMDB/lmdb.git")
5959
set(OLP_SDK_CPP_LMDB_TAG "LMDB_0.9.29")
@@ -97,7 +97,7 @@ if(OLP_SDK_ENABLE_DEFAULT_CACHE_LMDB)
9797
endif()
9898
endif()
9999

100-
find_package(Boost 1.82.0 QUIET)
100+
find_package(Boost 1.84.0 QUIET)
101101
if(NOT TARGET Boost AND NOT Boost_FOUND)
102102
add_subdirectory(boost)
103103
set(BOOST_ROOT ${EXTERNAL_BOOST_ROOT} PARENT_SCOPE)

0 commit comments

Comments
 (0)