Module: kamailio Branch: master Commit: 201a2bdee6a8b78787908b296824cd282b78eef5 URL: https://github.com/kamailio/kamailio/commit/201a2bdee6a8b78787908b296824cd282b78eef5
Author: Xenofon Karamanos <x...@gilawa.com> Committer: Xenofon Karamanos <x...@gilawa.com> Date: 2025-05-20T15:08:35Z cmake: snmpstats Remove warning message --- Modified: src/modules/snmpstats/CMakeLists.txt --- Diff: https://github.com/kamailio/kamailio/commit/201a2bdee6a8b78787908b296824cd282b78eef5.diff Patch: https://github.com/kamailio/kamailio/commit/201a2bdee6a8b78787908b296824cd282b78eef5.patch --- diff --git a/src/modules/snmpstats/CMakeLists.txt b/src/modules/snmpstats/CMakeLists.txt index fead0651f33..3c5f2428242 100644 --- a/src/modules/snmpstats/CMakeLists.txt +++ b/src/modules/snmpstats/CMakeLists.txt @@ -8,7 +8,6 @@ find_package(NETSNMP REQUIRED) # TODO: Compiles fine but need to do some more verifcation target_link_libraries(${module_name} PRIVATE NETSNMP::NETSNMP) -message(WARNING "group_name is: ${group_name}") install( DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/mibs DESTINATION ${CMAKE_INSTALL_DATADIR}/snmp _______________________________________________ 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!