Module: kamailio
Branch: 6.0
Commit: 6970be9c0036c5af3b123c89beee5f32af861309
URL: 
https://github.com/kamailio/kamailio/commit/6970be9c0036c5af3b123c89beee5f32af861309

Author: Xenofon Karamanos <[email protected]>
Committer: Xenofon Karamanos <[email protected]>
Date: 2025-10-06T11:29:47Z

ndb_redis: cmake: Remove message for hiredis_ssl

- pkg-config alreadys does

(cherry picked from commit d4a955e1f04fe6b109556b43c2e682b105f2fb95)

---

Modified: src/modules/ndb_redis/CMakeLists.txt

---

Diff:  
https://github.com/kamailio/kamailio/commit/6970be9c0036c5af3b123c89beee5f32af861309.diff
Patch: 
https://github.com/kamailio/kamailio/commit/6970be9c0036c5af3b123c89beee5f32af861309.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!

Reply via email to