Module: kamailio Branch: 6.0 Commit: 5da8459301f0a9d74b9c9b0f8e6e5890c194a8c2 URL: https://github.com/kamailio/kamailio/commit/5da8459301f0a9d74b9c9b0f8e6e5890c194a8c2
Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Xenofon Karamanos <22965395+xkara...@users.noreply.github.com> Date: 2025-01-29T10:21:36Z cmake: fix CPL definition (cherry picked from commit feb371852ea9b53a1dd95fec0db0943c5fb160ad) --- Modified: cmake/groups.cmake --- Diff: https://github.com/kamailio/kamailio/commit/5da8459301f0a9d74b9c9b0f8e6e5890c194a8c2.diff Patch: https://github.com/kamailio/kamailio/commit/5da8459301f0a9d74b9c9b0f8e6e5890c194a8c2.patch --- diff --git a/cmake/groups.cmake b/cmake/groups.cmake index 9cd7ddf77dc..73ef6d632dd 100644 --- a/cmake/groups.cmake +++ b/cmake/groups.cmake @@ -167,7 +167,7 @@ set(MOD_LIST_POSTGRES db_postgres) set(MOD_LIST_UNIXODBC db_unixodbc) # * modules depending on xml2 library -set(MOD_LIST_CPLC cplc) +set(MOD_LIST_CPL cplc) # * modules depending on xml2 library set(MOD_LIST_XMLDEPS xhttp_pi xmlrpc xmlops) @@ -385,7 +385,7 @@ set(MOD_LIST_ALL ${MOD_LIST_UNIXODBC} ${MOD_LIST_XMLDEPS} ${MOD_LIST_PERLDEPS} - ${MOD_LIST_CPLC} + ${MOD_LIST_CPL} ${MOD_LIST_XMPP} ${MOD_LIST_BERKELEY} ${MOD_LIST_UTILS} _______________________________________________ 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!