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

Author: Xenofon Karamanos <x...@gilawa.com>
Committer: Xenofon Karamanos <x...@gilawa.com>
Date: 2025-08-18T09:43:21Z

cmake: Remove duplicate definition

- Used in os specific cmake like linux.cmake

---

Modified: cmake/defs.cmake

---

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

---

diff --git a/cmake/defs.cmake b/cmake/defs.cmake
index bfa6cd1a3b5..b6c55adcbef 100644
--- a/cmake/defs.cmake
+++ b/cmake/defs.cmake
@@ -298,10 +298,6 @@ if(NO_DEV_POLL)
   target_compile_definitions(common INTERFACE NO_DEV_POLL)
 endif()
 
-if(RAW_SOCKS)
-  target_compile_definitions(common INTERFACE RAW_SOCKS)
-endif()
-
 if(KSR_PTHREAD_MUTEX_SHARED)
   target_compile_definitions(common INTERFACE KSR_PTHREAD_MUTEX_SHARED)
 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