We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7739d3 commit 38a2b6aCopy full SHA for 38a2b6a
CMakeLists.txt
@@ -14,7 +14,7 @@ option(BUILD_TESTING "Build tests" OFF)
14
option(BUILD_DOC "Build Doxygen documentation" OFF)
15
option(BUILD_DEPENDENCIES "Fetch and build dependencies" OFF)
16
option(TRANTOR_USE_SPDLOG "Allow using the spdlog logging library" ON)
17
-option(TRANTOR_USE_C-ARES "Allow using C-ARES" OFF)
+option(TRANTOR_USE_C-ARES "Allow using C-ARES" ON)
18
set(TRANTOR_TLS_PROVIDER
19
"auto"
20
CACHE STRING "TLS(Transport Layer Security) provider for trantor. Valid options are
0 commit comments