summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt/POSITION_INDEPENDENT_CODE.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/prop_tgt/POSITION_INDEPENDENT_CODE.rst')
-rw-r--r--Help/prop_tgt/POSITION_INDEPENDENT_CODE.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/prop_tgt/POSITION_INDEPENDENT_CODE.rst b/Help/prop_tgt/POSITION_INDEPENDENT_CODE.rst
index 54af8c6..0aaf66b 100644
--- a/Help/prop_tgt/POSITION_INDEPENDENT_CODE.rst
+++ b/Help/prop_tgt/POSITION_INDEPENDENT_CODE.rst
@@ -9,3 +9,8 @@ property is ``True`` by default for ``SHARED`` and ``MODULE`` library
targets and ``False`` otherwise. This property is initialized by the value
of the :variable:`CMAKE_POSITION_INDEPENDENT_CODE` variable if it is set
when a target is created.
+
+.. note::
+
+ For executable targets, the link step is controlled by the :policy:`CMP0083`
+ policy and the :module:`CheckPIESupported` module.