From 7c8c615efdf3d12099f582e703f0980acda55c72 Mon Sep 17 00:00:00 2001 From: Roland Knall Date: Fri, 30 Sep 2022 14:50:06 +0200 Subject: [PATCH] C-Ares: Move library to 1.13 1.13 is the maximum library for RHEL 8, therefore moving down a version to ensure compatibility --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index de511804dd..e2bf6f37fa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)