Skip to content

Commit f67ad94

Browse files
Use fixed RapidJSON version
Newest changes breaks our build Relates-To: MINOR Signed-off-by: Andrey Kashcheev <ext-andrey.kashcheev@here.com>
1 parent 0006cd2 commit f67ad94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

external/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ set(OLP_SDK_CPP_LEVELDB_URL "https://github.com/google/leveldb.git")
4949
set(OLP_SDK_CPP_LEVELDB_TAG "1.21")
5050

5151
set(OLP_SDK_CPP_RAPIDJSON_URL "https://github.com/Tencent/rapidjson.git")
52-
set(OLP_SDK_CPP_RAPIDJSON_TAG "master")
52+
# Next commit after that breaks our build
53+
set(OLP_SDK_CPP_RAPIDJSON_TAG "d621dc9e9c77f81e5c8a35b8dcc16dcd63351321")
5354

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

0 commit comments

Comments
 (0)