File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ The table below lists the dependencies of the Data SDK.
6969| :---------------------| :--------------------|
7070| Libcurl | 7.52.1 |
7171| OpenSSL | 1.1.1w |
72- | Boost (headers only) | 1.72 .0 |
72+ | Boost (headers only) | 1.82 .0 |
7373| LevelDB | 1.21 |
7474| Snappy | 1.1.7 |
7575| RapidJSON | latest |
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ set(OLP_SDK_CPP_RAPIDJSON_URL "https://github.com/Tencent/rapidjson.git")
5252set (OLP_SDK_CPP_RAPIDJSON_TAG "master" )
5353
5454set (OLP_SDK_CPP_BOOST_URL "https://github.com/boostorg/boost.git" )
55- set (OLP_SDK_CPP_BOOST_TAG "boost-1.72 .0" )
55+ set (OLP_SDK_CPP_BOOST_TAG "boost-1.82 .0" )
5656
5757set (OLP_SDK_CPP_LMDB_URL "https://github.com/LMDB/lmdb.git" )
5858set (OLP_SDK_CPP_LMDB_TAG "LMDB_0.9.29" )
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ ExternalProject_Add(boost-download
3030 libs/container_hash
3131 libs/core
3232 libs/detail
33+ libs/describe
3334 libs/format
3435 libs/function_types
3536 libs/headers
@@ -38,6 +39,7 @@ ExternalProject_Add(boost-download
3839 libs/iterator
3940 libs/move
4041 libs/mpl
42+ libs/mp11
4143 libs/numeric/conversion
4244 libs/optional
4345 libs/predef
Original file line number Diff line number Diff line change 2121mkdir -p build
2222cd build
2323cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE \
24- -DCMAKE_CXX_FLAGS=" -Wno-deprecated-builtins -Wno-deprecated-declarations -Wno-deprecated-copy" \
2524 -DOLP_SDK_BUILD_EXAMPLES=ON \
2625 -DBUILD_SHARED_LIBS=ON \
2726 -DOLP_SDK_ENABLE_TESTING=NO \
You can’t perform that action at this time.
0 commit comments