From 2994d8ec7525a66d00922d8fd4a91e8c2b22e60b Mon Sep 17 00:00:00 2001 From: huzhiqiang <912790387@qq.com> Date: Thu, 23 Apr 2020 19:22:02 +0800 Subject: [PATCH] [compiling][url] change `https:` into `http` --- cmake/external/eigen.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/external/eigen.cmake b/cmake/external/eigen.cmake index 5a757659bb..f0cbedcba3 100644 --- a/cmake/external/eigen.cmake +++ b/cmake/external/eigen.cmake @@ -45,7 +45,7 @@ else() # we changed the source code to adapt for windows compiling # git diffs : (1) unsupported/Eigen/CXX11/src/Tensor/TensorBlockV2.h ###################################################################################################### - URL https://paddlelite-data.bj.bcebos.com/third_party_libs/eigen-git-mirror-master-9ab917e9db99f5907d086aa73d5f9103.zip + URL http://paddlelite-data.bj.bcebos.com/third_party_libs/eigen-git-mirror-master-9ab917e9db99f5907d086aa73d5f9103.zip DOWNLOAD_DIR ${EIGEN_SOURCECODE_DIR} DOWNLOAD_NO_PROGRESS 1 PREFIX ${EIGEN_SOURCE_DIR} -- GitLab