Skip to content

CPack: Fix SONAME regex in DEB generator

Kyle Edwards requested to merge kyle.edwards/cmake:cpack-deb-soname into master

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 (closed)

Merge request reports