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)
122
122
include (ExternalProject)
123
123
ExternalProject_Add(
124
124
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
126
126
SOURCE_DIR "${CMAKE_BINARY_DIR} /rapidjson"
127
127
CONFIGURE_COMMAND ""
128
128
BUILD_COMMAND ""
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ if(NOT RAPIDJSON_INCLUDE_DIR)
33
33
include (ExternalProject)
34
34
ExternalProject_Add(
35
35
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
37
37
SOURCE_DIR "${CMAKE_BINARY_DIR} /rapidjson"
38
38
CONFIGURE_COMMAND ""
39
39
BUILD_COMMAND ""
You can’t perform that action at this time.
0 commit comments