Module: kamailio Branch: master Commit: 84c280eddde91b3f0cd899936151f4dd0c9526fb URL: https://github.com/kamailio/kamailio/commit/84c280eddde91b3f0cd899936151f4dd0c9526fb
Author: Ariana <[email protected]> Committer: Henning Westerholt <[email protected]> Date: 2025-12-09T09:54:40+01:00 cmake: add auth_web3 to MOD_LIST_UTILS group - Add auth_web3 module to curl-dependent modules list - Ensures proper dependency handling during build --- Modified: cmake/groups.cmake --- Diff: https://github.com/kamailio/kamailio/commit/84c280eddde91b3f0cd899936151f4dd0c9526fb.diff Patch: https://github.com/kamailio/kamailio/commit/84c280eddde91b3f0cd899936151f4dd0c9526fb.patch --- diff --git a/cmake/groups.cmake b/cmake/groups.cmake index e4062ca37a8..9d346965063 100644 --- a/cmake/groups.cmake +++ b/cmake/groups.cmake @@ -184,7 +184,7 @@ set(MOD_LIST_XMPP xmpp) set(MOD_LIST_BERKELEY db_berkeley) # * modules depending on curl library -set(MOD_LIST_UTILS utils http_client lost slack) +set(MOD_LIST_UTILS utils http_client lost slack auth_web3) # * modules depending on curl and libevent2 library set(MOD_LIST_HTTP_ASYNC http_async_client) _______________________________________________ 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!
