Skip to content

Commit 657ff94

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 3d7c8ee commit 657ff94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

external/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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.83.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")

0 commit comments

Comments
 (0)