Module: kamailio Branch: master Commit: 07ed9967b222fc76148e5ccbbafd3a908e5326eb URL: https://github.com/kamailio/kamailio/commit/07ed9967b222fc76148e5ccbbafd3a908e5326eb
Author: Henning Westerholt <[email protected]> Committer: Henning Westerholt <[email protected]> Date: 2026-01-07T10:57:43Z cmake: fix missing comment for groups --- Modified: cmake/groups.cmake --- Diff: https://github.com/kamailio/kamailio/commit/07ed9967b222fc76148e5ccbbafd3a908e5326eb.diff Patch: https://github.com/kamailio/kamailio/commit/07ed9967b222fc76148e5ccbbafd3a908e5326eb.patch --- diff --git a/cmake/groups.cmake b/cmake/groups.cmake index 10e0fcf67cd..6d752a91348 100644 --- a/cmake/groups.cmake +++ b/cmake/groups.cmake @@ -674,7 +674,7 @@ set(MODULE_GROUP_KSECSIPID ${MOD_LIST_SECSIPID}) # K rtp_media_server modules set(MODULE_GROUP_KRTP_MEDIA_SERVER ${MOD_LIST_RTP_MEDIA_SERVER}) -K auth_blockchain modules +# K auth_blockchain modules set(MODULE_GROUP_KAUTH_BLOCKCHAIN ${MOD_LIST_AUTH_BLOCKCHAIN}) # list of static modules _______________________________________________ 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!
