Remove WITH_OPENSSL from all files except http_client, always require OpenSSL

This commit is contained in:
Vitaliy Filippov
2026-04-27 15:24:44 +03:00
parent 03e15338e5
commit 17cb875e10
10 changed files with 1 additions and 66 deletions
+1 -3
View File
@@ -75,9 +75,7 @@ if (RDMACM_LIBRARIES)
endif (RDMACM_LIBRARIES)
find_package(OpenSSL REQUIRED)
if (OPENSSL_FOUND)
add_definitions(-DWITH_OPENSSL)
endif (OPENSSL_FOUND)
add_definitions(-DWITH_OPENSSL)
pkg_check_modules(CARES REQUIRED libcares)
include_directories(${CARES_INCLUDE_DIRS})