cmake check_pie_supported() examples

google/highway CMakeLists.txt :56

check_pie_supported(LANGUAGES CXX)

ispc/ispc CMakeLists.txt :69

check_pie_supported(OUTPUT_VARIABLE CHECK_PIE_OUTPUT LANGUAGES CXX)

InsightSoftwareConsortium/ITK CMake/ITKSetStandardCompilerFlags.cmake :23

check_pie_supported()

InsightSoftwareConsortium/ITK Modules/ThirdParty/VNL/src/vxl/CMakeLists.txt :87

check_pie_supported()

keepassxreboot/keepassxc CMakeLists.txt :205

check_pie_supported()

libjxl/libjxl CMakeLists.txt :53

check_pie_supported(LANGUAGES CXX)

lballabio/QuantLib CMakeLists.txt :200

check_pie_supported()

ziglang/zig CMakeLists.txt :120

check_pie_supported(
  OUTPUT_VARIABLE ZIG_PIE_SUPPORTED_BY_CMAKE
  LANGUAGES C CXX
)