We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0006cd2 commit f67ad94Copy full SHA for f67ad94
external/CMakeLists.txt
@@ -49,7 +49,8 @@ set(OLP_SDK_CPP_LEVELDB_URL "https://github.com/google/leveldb.git")
49
set(OLP_SDK_CPP_LEVELDB_TAG "1.21")
50
51
set(OLP_SDK_CPP_RAPIDJSON_URL "https://github.com/Tencent/rapidjson.git")
52
-set(OLP_SDK_CPP_RAPIDJSON_TAG "master")
+# Next commit after that breaks our build
53
+set(OLP_SDK_CPP_RAPIDJSON_TAG "d621dc9e9c77f81e5c8a35b8dcc16dcd63351321")
54
55
set(OLP_SDK_CPP_BOOST_URL "https://github.com/boostorg/boost.git")
56
set(OLP_SDK_CPP_BOOST_TAG "boost-1.82.0")
0 commit comments