Module: kamailio Branch: master Commit: 201a2bdee6a8b78787908b296824cd282b78eef5 URL: https://github.com/kamailio/kamailio/commit/201a2bdee6a8b78787908b296824cd28...
Author: Xenofon Karamanos xk@gilawa.com Committer: Xenofon Karamanos xk@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/201a2bdee6a8b78787908b296824cd28... Patch: https://github.com/kamailio/kamailio/commit/201a2bdee6a8b78787908b296824cd28...
---
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