Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
210130121
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Summer2021
210130121
Commits
ad01890f
Unverified
Commit
ad01890f
authored
3 years ago
by
Shenghang Tsai
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Revert "upgrade cares to support cmake 3.19 or higher (#4763)" (#4787)
This reverts commit
32e439ba
.
parent
6207e283
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmake/third_party/cares.cmake
+2
-2
2 additions, 2 deletions
cmake/third_party/cares.cmake
with
2 additions
and
2 deletions
cmake/third_party/cares.cmake
+
2
−
2
View file @
ad01890f
include
(
ExternalProject
)
set
(
CARES_TAR_URL https://github.com/c-ares/c-ares/releases/download/cares-1_1
7_1
/c-ares-1.1
7.1
.tar.gz
)
set
(
CARES_TAR_URL https://github.com/c-ares/c-ares/releases/download/cares-1_1
5_0
/c-ares-1.1
5.0
.tar.gz
)
use_mirror
(
VARIABLE CARES_TAR_URL URL
${
CARES_TAR_URL
}
)
set
(
CARES_URL_HASH
28f65c8ee6c097986bd902fd4f0804e2
)
set
(
CARES_URL_HASH
d2391da274653f7643270623e822dff7
)
set
(
CARES_INSTALL
${
THIRD_PARTY_DIR
}
/cares
)
SET
(
CARES_SOURCE_DIR
${
CMAKE_CURRENT_BINARY_DIR
}
/cares/src/cares
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment