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
tianlh
LightGBM-DCU
Commits
d7ab7353
Unverified
Commit
d7ab7353
authored
Oct 16, 2021
by
Nikita Titov
Committed by
GitHub
Oct 16, 2021
Browse files
[ci] Bump Google Test version from `1.10.0` to `1.11.0` (#4683)
parent
18a300aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
CMakeLists.txt
CMakeLists.txt
+1
-1
No files found.
CMakeLists.txt
View file @
d7ab7353
...
@@ -485,7 +485,7 @@ if(BUILD_CPP_TEST)
...
@@ -485,7 +485,7 @@ if(BUILD_CPP_TEST)
FetchContent_Declare
(
FetchContent_Declare
(
googletest
googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG release-1.1
0
.0
GIT_TAG release-1.1
1
.0
)
)
FetchContent_MakeAvailable
(
googletest
)
FetchContent_MakeAvailable
(
googletest
)
add_library
(
GTest::GTest ALIAS gtest
)
add_library
(
GTest::GTest ALIAS gtest
)
...
...
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