Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Faiss
Commits
aea1faf8
Commit
aea1faf8
authored
Sep 07, 2022
by
Your Name
Browse files
修改test/CMakelist中的googletest下载地址
parent
0916bfe7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/CMakeLists.txt
tests/CMakeLists.txt
+1
-1
No files found.
tests/CMakeLists.txt
View file @
aea1faf8
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment