New review comment by 4ricci on void-packages repository https://github.com/void-linux/void-packages/pull/32474#discussion_r688993710 Comment: When cmake policy [CMP0072](https://cmake.org/cmake/help/v3.21/policy/CMP0072.html) is set to `NEW`, linking with `--as-needed` fails. Should I patch `CMakeLists.txt` to use the legacy library or just use `--no-as-needed`?