Skip to content
Snippets Groups Projects
Unverified Commit ad01890f authored by Shenghang Tsai's avatar Shenghang Tsai Committed by GitHub
Browse files

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

This reverts commit 32e439ba.
parent 6207e283
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_17_1/c-ares-1.17.1.tar.gz)
set(CARES_TAR_URL https://github.com/c-ares/c-ares/releases/download/cares-1_15_0/c-ares-1.15.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)
......
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