Skip to content
Snippets Groups Projects
Unverified Commit 32e439ba authored by Yurui Li's avatar Yurui Li Committed by GitHub
Browse files

upgrade cares to support cmake 3.19 or higher (#4763)


Co-authored-by: default avatarShenghang Tsai <jackalcooper@gmail.com>
Co-authored-by: default avataroneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
parent 354652ee
No related branches found
No related tags found
No related merge requests found
include(ExternalProject)
set(CARES_TAR_URL https://github.com/c-ares/c-ares/releases/download/cares-1_15_0/c-ares-1.15.0.tar.gz)
set(CARES_TAR_URL https://github.com/c-ares/c-ares/releases/download/cares-1_17_1/c-ares-1.17.1.tar.gz)
use_mirror(VARIABLE CARES_TAR_URL URL ${CARES_TAR_URL})
set(CARES_URL_HASH d2391da274653f7643270623e822dff7)
set(CARES_URL_HASH 28f65c8ee6c097986bd902fd4f0804e2)
set(CARES_INSTALL ${THIRD_PARTY_DIR}/cares)
SET(CARES_SOURCE_DIR ${CMAKE_CURRENT_BINARY_DIR}/cares/src/cares)
......
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