mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-03 20:29:56 -06:00
The DEB generator was written to parse output from GNU readelf. However, LLVM's readelf has a slightly different output format, without parentheses around the word "SONAME". Update the regex to account for this difference. Fixes: #19362