mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-18 09:50:35 -05: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