File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ if(NOT CCAPI_LEGACY_USE_WEBSOCKETPP)
122122 include (ExternalProject)
123123 ExternalProject_Add(
124124 rapidjson
125- URL https://github.com/Tencent/rapidjson/archive/refs/tags/v1.1.0 .tar.gz
125+ URL https://github.com/Tencent/rapidjson/archive/3b2441b87f99ab65f37b141a7b548ebadb607b96 .tar.gz
126126 SOURCE_DIR "${CMAKE_BINARY_DIR} /rapidjson"
127127 CONFIGURE_COMMAND ""
128128 BUILD_COMMAND ""
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ if(NOT RAPIDJSON_INCLUDE_DIR)
3333 include (ExternalProject)
3434 ExternalProject_Add(
3535 rapidjson
36- URL https://github.com/Tencent/rapidjson/archive/refs/tags/v1.1.0 .tar.gz
36+ URL https://github.com/Tencent/rapidjson/archive/3b2441b87f99ab65f37b141a7b548ebadb607b96 .tar.gz
3737 SOURCE_DIR "${CMAKE_BINARY_DIR} /rapidjson"
3838 CONFIGURE_COMMAND ""
3939 BUILD_COMMAND ""
You can’t perform that action at this time.
0 commit comments