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
05c6bc89
Commit
05c6bc89
authored
Aug 19, 2024
by
sangwzh
Browse files
update url for googletest
parent
6a8cc44a
Changes
1
Show 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 @
05c6bc89
...
@@ -35,7 +35,7 @@ endif()
...
@@ -35,7 +35,7 @@ endif()
include
(
FetchContent
)
include
(
FetchContent
)
FetchContent_Declare
(
googletest
FetchContent_Declare
(
googletest
URL
"http://10.
0
.10
0
.
3
/huchen/third_party/-/raw/master/faiss-1.7.2/googletest-release-1.10.0.gitee.tar.gz"
)
URL
"http://10.
6
.10.
68
/huchen/third_party/-/raw/master/faiss-1.7.2/googletest-release-1.10.0.gitee.tar.gz"
)
set
(
BUILD_GMOCK CACHE BOOL OFF
)
set
(
BUILD_GMOCK CACHE BOOL OFF
)
set
(
INSTALL_GTEST CACHE BOOL OFF
)
set
(
INSTALL_GTEST CACHE BOOL OFF
)
FetchContent_MakeAvailable
(
googletest
)
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