Module: kamailio Branch: master Commit: feb371852ea9b53a1dd95fec0db0943c5fb160ad URL: https://github.com/kamailio/kamailio/commit/feb371852ea9b53a1dd95fec0db0943c...
Author: Victor Seva linuxmaniac@torreviejawireless.org Committer: Victor Seva linuxmaniac@torreviejawireless.org Date: 2025-01-27T19:41:30+01:00
cmake: fix CPL definition
---
Modified: cmake/groups.cmake
---
Diff: https://github.com/kamailio/kamailio/commit/feb371852ea9b53a1dd95fec0db0943c... Patch: https://github.com/kamailio/kamailio/commit/feb371852ea9b53a1dd95fec0db0943c...
---
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}