Module: kamailio Branch: master Commit: 36e101ce3fe1f87413d03f6174f5c5ec9cf361e3 URL: https://github.com/kamailio/kamailio/commit/36e101ce3fe1f87413d03f6174f5c5ec9cf361e3
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2025-12-09T14:09:14+01:00 cmake: removed db_perlvdb from cmake group --- Modified: cmake/groups.cmake --- Diff: https://github.com/kamailio/kamailio/commit/36e101ce3fe1f87413d03f6174f5c5ec9cf361e3.diff Patch: https://github.com/kamailio/kamailio/commit/36e101ce3fe1f87413d03f6174f5c5ec9cf361e3.patch --- diff --git a/cmake/groups.cmake b/cmake/groups.cmake index 9d346965063..e47a02ec324 100644 --- a/cmake/groups.cmake +++ b/cmake/groups.cmake @@ -242,7 +242,7 @@ set(MOD_LIST_PRESENCE set(MOD_LIST_LUA app_lua) # * modules depending on perl library -set(MOD_LIST_PERLDEPS app_perl db_perlvdb) +set(MOD_LIST_PERLDEPS app_perl) # * modules depending on python library set(MOD_LIST_PYTHON app_python) _______________________________________________ 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!
