Remove WITH_OPENSSL from all files except http_client, always require OpenSSL

This commit is contained in:
Vitaliy Filippov
2026-05-19 17:19:35 +03:00
parent f45fb987d1
commit c137860f18
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})