File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,8 @@ set(OLP_SDK_CPP_LEVELDB_URL "https://github.com/google/leveldb.git")
4949set (OLP_SDK_CPP_LEVELDB_TAG "1.21" )
5050
5151set (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
5455set (OLP_SDK_CPP_BOOST_URL "https://github.com/boostorg/boost.git" )
5556set (OLP_SDK_CPP_BOOST_TAG "boost-1.82.0" )
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ include(ExternalProject)
2323ExternalProject_Add(rapidjson
2424 GIT_REPOSITORY @OLP_SDK_CPP_RAPIDJSON_URL@
2525 GIT_TAG @OLP_SDK_CPP_RAPIDJSON_TAG@
26- GIT_SHALLOW 1
26+ GIT_SHALLOW 0
2727 INSTALL_DIR "@EXTERNAL_BINARY_INSTALL_DIR@"
2828 CMAKE_ARGS @COMMON_PLATFORM_FLAGS@
2929 -DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>
You can’t perform that action at this time.
0 commit comments