Commit aea1faf8 authored by Your Name's avatar Your Name
Browse files

修改test/CMakelist中的googletest下载地址

parent 0916bfe7
......@@ -35,7 +35,7 @@ endif()
include(FetchContent)
FetchContent_Declare(googletest
URL "file:///public/home/huchen/faiss/faiss_gitlab_ok/googletest-release-1.10.0.gitee.tar.gz")
URL "http://10.0.100.3/huchen/third_party/-/raw/master/faiss-1.7.2/googletest-release-1.10.0.gitee.tar.gz")
set(BUILD_GMOCK CACHE BOOL OFF)
set(INSTALL_GTEST CACHE BOOL OFF)
FetchContent_MakeAvailable(googletest)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment