Module: kamailio Branch: master Commit: d4a955e1f04fe6b109556b43c2e682b105f2fb95 URL: https://github.com/kamailio/kamailio/commit/d4a955e1f04fe6b109556b43c2e682b105f2fb95
Author: Xenofon Karamanos <[email protected]> Committer: Xenofon Karamanos <[email protected]> Date: 2025-10-03T11:43:41Z ndb_redis: cmake: Remove message for hiredis_ssl - pkg-config alreadys does --- Modified: src/modules/ndb_redis/CMakeLists.txt --- Diff: https://github.com/kamailio/kamailio/commit/d4a955e1f04fe6b109556b43c2e682b105f2fb95.diff Patch: https://github.com/kamailio/kamailio/commit/d4a955e1f04fe6b109556b43c2e682b105f2fb95.patch --- diff --git a/src/modules/ndb_redis/CMakeLists.txt b/src/modules/ndb_redis/CMakeLists.txt index 18cba4d3071..77e4932eb92 100644 --- a/src/modules/ndb_redis/CMakeLists.txt +++ b/src/modules/ndb_redis/CMakeLists.txt @@ -14,7 +14,6 @@ pkg_check_modules(hiredis_ssl IMPORTED_TARGET hiredis_ssl) if(hiredis_ssl_FOUND) find_package(OpenSSL REQUIRED) # hiredis_ssl found via pkg-config - message(STATUS "hiredis_ssl found via pkg-config") add_library(hiredis_ssl::hiredis_ssl ALIAS PkgConfig::hiredis_ssl) target_compile_definitions(${module_name} PRIVATE WITH_SSL) target_link_libraries(${module_name} PRIVATE hiredis_ssl::hiredis_ssl) _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
