Skip to content

cmake: Add `CheckLinkerSupportsPIE` module

This new module is a wrapper around CMake's CheckPIESupported module that fixes an upstream bug.

See: https://gitlab.kitware.com/cmake/cmake/-/issues/26463.

Fixes https://github.com/bitcoin/bitcoin/issues/30771.

Merge request reports

Loading