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")
49
49
set (OLP_SDK_CPP_LEVELDB_TAG "1.21" )
50
50
51
51
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" )
53
54
54
55
set (OLP_SDK_CPP_BOOST_URL "https://github.com/boostorg/boost.git" )
55
56
set (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)
23
23
ExternalProject_Add(rapidjson
24
24
GIT_REPOSITORY @OLP_SDK_CPP_RAPIDJSON_URL@
25
25
GIT_TAG @OLP_SDK_CPP_RAPIDJSON_TAG@
26
- GIT_SHALLOW 1
26
+ GIT_SHALLOW 0
27
27
INSTALL_DIR "@EXTERNAL_BINARY_INSTALL_DIR@"
28
28
CMAKE_ARGS @COMMON_PLATFORM_FLAGS@
29
29
-DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>
You can’t perform that action at this time.
0 commit comments