mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-30 02:59:22 -05:00
4c272adbe1
Add `-fPIE -pie` to the default executable link flags when `CMAKE_POSITION_INDEPENDENT_CODE` is enabled. This is required by Android 16 and above for executables to run on the device. Closes: #16382