mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
f255280fd9
Fixes: #18700
10 lines
457 B
ReStructuredText
10 lines
457 B
ReStructuredText
link-option-PIE
|
|
---------------
|
|
|
|
* Required link options to manage Position Independent Executable are now
|
|
added when :prop_tgt:`POSITION_INDEPENDENT_CODE` is set. The project is
|
|
responsible for using the :module:`CheckPIESupported` module to check for
|
|
``PIE`` support to ensure that the :prop_tgt:`POSITION_INDEPENDENT_CODE`
|
|
target property will be honored at link time for executables. This behavior
|
|
is controlled by policy :policy:`CMP0083`.
|