C-Ares: Move library to 1.13

1.13 is the maximum library for RHEL 8, therefore moving down a
version to ensure compatibility
This commit is contained in:
Roland Knall 2022-09-30 14:50:06 +02:00
parent 312efbd483
commit 7c8c615efd
1 changed files with 1 additions and 1 deletions

View File

@ -1148,7 +1148,7 @@ reset_find_package(GCRYPT GCRYPT_ERROR_LIBRARY)
find_package(GCRYPT "1.8.0" REQUIRED)
# C Asynchronous resolver
reset_find_package(CARES)
find_package(CARES "1.14.0" REQUIRED)
find_package(CARES "1.13.0" REQUIRED)
find_package(LEX REQUIRED)
find_package(Perl)
find_package(PCRE2 REQUIRED)