Module: kamailio Branch: master Commit: 3cda5a83cc45da2b0a9d6bb18f1b7f85849c526f URL: https://github.com/kamailio/kamailio/commit/3cda5a83cc45da2b0a9d6bb18f1b7f85...
Author: Xenofon Karamanos xk@gilawa.com Committer: Xenofon Karamanos xk@gilawa.com Date: 2025-01-15T10:52:50Z
cmake: Remove LOCK_METHOD as an option
- If USE_FAST_LOCK is set to ON, try to use FAST_LOCK. If not avalaible on platoform, fallback to a platform specific one. - If USE_FAST_LOCK is set to OFF, fallback directly to platform specific one. - Fix wrong IF(NOT <option>) evaluation - CMake lint files
---
Modified: cmake/defs.cmake Modified: cmake/os-specific/darwin.cmake Modified: cmake/os-specific/dragonfly.cmake Modified: cmake/os-specific/freebsd.cmake Modified: cmake/os-specific/linux.cmake
---
Diff: https://github.com/kamailio/kamailio/commit/3cda5a83cc45da2b0a9d6bb18f1b7f85... Patch: https://github.com/kamailio/kamailio/commit/3cda5a83cc45da2b0a9d6bb18f1b7f85...