Skip to content

Commit cb5f1f7

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Trantor provides some building options, you can enable or disable them by settin
4343
| BUILD_DOC | Build Doxygen documentation | OFF |
4444
| BUILD_DEPENDENCIES | Fetch and build dependencies, this allow you use latest or change dependencies version, if you don't want to use system package manager provided | OFF |
4545
| TRANTOR_USE_SPDLOG | Allow using the spdlog logging library | ON |
46-
| TRANTOR_USE_C-ARES | Allow using C-ARES | OFF |
46+
| TRANTOR_USE_C-ARES | Allow using C-ARES | ON |
4747
| TRANTOR_TLS_PROVIDER | TLS provider for trantor. Valid options are 'none', 'openssl', 'botan-3', 'auto'. | auto |
4848

4949
> With option `BUILD_DEPENDENCIES` on, the related dependencies source will download and build automatically based on the options settings, this make develop more easily in `Windows`.

0 commit comments

Comments
 (0)