summaryrefslogtreecommitdiff
path: root/vendor
diff options
context:
space:
mode:
authorzhengchao <[email protected]>2018-10-31 11:52:19 +0800
committerzhengchao <[email protected]>2018-10-31 11:52:19 +0800
commit92698c981022243dc0d73017c78debbbaa14ab0e (patch)
tree4d7d5d657a9b91f5da2fb6f21a621f4334a775da /vendor
parent0f77b9c44c7a252d4aa8cc5a2bd99056c5eacdfb (diff)
pangu http业务层适配cache client接口的更新。
Diffstat (limited to 'vendor')
-rw-r--r--vendor/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/CMakeLists.txt b/vendor/CMakeLists.txt
index 7ccaf2c..970d191 100644
--- a/vendor/CMakeLists.txt
+++ b/vendor/CMakeLists.txt
@@ -249,8 +249,8 @@ set_property(TARGET libcurl-static PROPERTY IMPORTED_LOCATION ${INSTALL_DIR}/lib
set_property(TARGET libcurl-static PROPERTY INTERFACE_INCLUDE_DIRECTORIES ${INSTALL_DIR}/include)
ExternalProject_Add(hiredis PREFIX hiredis
- URL ${CMAKE_CURRENT_SOURCE_DIR}/hiredis-0.14.0-modified.zip
- URL_MD5 d093a1868529ee37183d72988936bce3
+ URL ${CMAKE_CURRENT_SOURCE_DIR}/hiredis-0.14.0.zip
+ URL_MD5 376af92277701fae52a8c917c3ce3044
CONFIGURE_COMMAND ""
BUILD_COMMAND make
INSTALL_COMMAND make install