Skip to content

Commit

Permalink
Set option cares default ON
Browse files Browse the repository at this point in the history
  • Loading branch information
hks2002 committed Mar 14, 2024
1 parent f7739d3 commit 38a2b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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
Expand Down

0 comments on commit 38a2b6a

Please sign in to comment.