From 38a2b6a9d88bcb4dc243ae9c9742a662c7ef83c1 Mon Sep 17 00:00:00 2001 From: Robert Huang <56649783@qq.com> Date: Thu, 14 Mar 2024 17:22:14 +0800 Subject: [PATCH] Set option cares default ON --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a029adc5..9b76cbe2 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ option(BUILD_TESTING "Build tests" OFF) option(BUILD_DOC "Build Doxygen documentation" OFF) option(BUILD_DEPENDENCIES "Fetch and build dependencies" OFF) option(TRANTOR_USE_SPDLOG "Allow using the spdlog logging library" ON) -option(TRANTOR_USE_C-ARES "Allow using C-ARES" OFF) +option(TRANTOR_USE_C-ARES "Allow using C-ARES" ON) set(TRANTOR_TLS_PROVIDER "auto" CACHE STRING "TLS(Transport Layer Security) provider for trantor. Valid options are