Module: kamailio
Branch: master
Commit: 165f2cd3c2e1197b8d1986cbc2784a24c02e06e9
URL: 
https://github.com/kamailio/kamailio/commit/165f2cd3c2e1197b8d1986cbc2784a24c02e06e9

Author: Xenofon Karamanos <x...@gilawa.com>
Committer: Xenofon Karamanos <x...@gilawa.com>
Date: 2025-05-19T10:47:24Z

cmake: Add missing defintion

---

Modified: cmake/defs.cmake

---

Diff:  
https://github.com/kamailio/kamailio/commit/165f2cd3c2e1197b8d1986cbc2784a24c02e06e9.diff
Patch: 
https://github.com/kamailio/kamailio/commit/165f2cd3c2e1197b8d1986cbc2784a24c02e06e9.patch

---

diff --git a/cmake/defs.cmake b/cmake/defs.cmake
index 6ec6ac59b72..7fa11e89093 100644
--- a/cmake/defs.cmake
+++ b/cmake/defs.cmake
@@ -108,6 +108,7 @@ option(CORE_TLS "CORE_TLS" OFF)
 if(${CORE_TLS})
   set(RELEASE "${RELEASE}-tls")
   set(TLS_HOOKS OFF)
+  target_compile_definitions(common INTERFACE CORE_TLS)
 else()
   set(TLS_HOOKS ON)
 endif()

_______________________________________________
Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org
Important: keep the mailing list in the recipients, do not reply only to the 
sender!

Reply via email to