Module: kamailio Branch: master Commit: 22d7536f770bf03a7ede8a3dcd980bd3163c181d URL: https://github.com/kamailio/kamailio/commit/22d7536f770bf03a7ede8a3dcd980bd3163c181d
Author: Xenofon Karamanos <x...@gilawa.com> Committer: Xenofon Karamanos <x...@gilawa.com> Date: 2025-08-07T08:56:12Z websocket: cmake: Remove dependency completely --- Modified: src/modules/websocket/CMakeLists.txt --- Diff: https://github.com/kamailio/kamailio/commit/22d7536f770bf03a7ede8a3dcd980bd3163c181d.diff Patch: https://github.com/kamailio/kamailio/commit/22d7536f770bf03a7ede8a3dcd980bd3163c181d.patch --- diff --git a/src/modules/websocket/CMakeLists.txt b/src/modules/websocket/CMakeLists.txt index ce3d36f9cb9..69aece14d24 100644 --- a/src/modules/websocket/CMakeLists.txt +++ b/src/modules/websocket/CMakeLists.txt @@ -2,8 +2,6 @@ file(GLOB MODULE_SOURCES "*.c") add_library(${module_name} SHARED ${MODULE_SOURCES}) -find_package(OpenSSL REQUIRED) - # TODO: Verify if correct if(EMBEDDED_UTF8_DECODE EQUAL 0) target_link_libraries(${module_name} PRIVATE unistring) _______________________________________________ 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!