Skip to content

Commit

Permalink
Update boost dependency
Browse files Browse the repository at this point in the history
Use newer boost v 1.82.0

Relates-To: MINOR

Signed-off-by: Yaroslav Stefinko <[email protected]>
  • Loading branch information
ystefinko committed Nov 12, 2024
1 parent 0cd2288 commit 57f8472
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion external/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ set(OLP_SDK_CPP_RAPIDJSON_URL "https://github.com/Tencent/rapidjson.git")
set(OLP_SDK_CPP_RAPIDJSON_TAG "master")

set(OLP_SDK_CPP_BOOST_URL "https://github.com/boostorg/boost.git")
set(OLP_SDK_CPP_BOOST_TAG "boost-1.72.0")
set(OLP_SDK_CPP_BOOST_TAG "boost-1.82.0")

set(OLP_SDK_CPP_LMDB_URL "https://github.com/LMDB/lmdb.git")
set(OLP_SDK_CPP_LMDB_TAG "LMDB_0.9.29")
Expand Down
1 change: 0 additions & 1 deletion scripts/macos/psv/azure_macos_build_psv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
mkdir -p build
cd build
cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE \
-DCMAKE_CXX_FLAGS="-Wno-deprecated-builtins -Wno-deprecated-declarations -Wno-deprecated-copy" \
-DOLP_SDK_BUILD_EXAMPLES=ON \
-DBUILD_SHARED_LIBS=ON \
-DOLP_SDK_ENABLE_TESTING=NO \
Expand Down

0 comments on commit 57f8472

Please sign in to comment.