@cryptotaxi247 / netdata-1 / commits / 6af6a3636

Properly include client compoents for IBM MQ libraries. (#21117)

Austin S. Hemmelgarn committed Oct 8, 2025 at 09:14 UTC 6af6a3636ba08a5dc9aa9cecca384f186f959a38
1 file changed +1 -1
packaging/cmake/Modules/NetdataIBMPlugin.cmake
+1 -1
@@ -93,7 +93,7 @@ function(install_ibm_runtime component)
93 continue()
94 endif()
95
96 - if(NOT "${line}" MATCHES ",(Runtime|GSKit),")
96 + if(NOT "${line}" MATCHES ",(Client|Runtime|GSKit),")
97 continue()
98 endif()
99