mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-27 17:39:51 -05:00
3092c27f30
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