Skip to content

Commit 38a2b6a

Browse files
committed
Set option cares default ON
1 parent f7739d3 commit 38a2b6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ option(BUILD_TESTING "Build tests" OFF)
1414
option(BUILD_DOC "Build Doxygen documentation" OFF)
1515
option(BUILD_DEPENDENCIES "Fetch and build dependencies" OFF)
1616
option(TRANTOR_USE_SPDLOG "Allow using the spdlog logging library" ON)
17-
option(TRANTOR_USE_C-ARES "Allow using C-ARES" OFF)
17+
option(TRANTOR_USE_C-ARES "Allow using C-ARES" ON)
1818
set(TRANTOR_TLS_PROVIDER
1919
"auto"
2020
CACHE STRING "TLS(Transport Layer Security) provider for trantor. Valid options are

0 commit comments

Comments
 (0)