summaryrefslogtreecommitdiffstats
path: root/Help/policy
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-06-19 12:22:05 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-06-19 12:22:17 (GMT)
commit5773f12d849815c0a61f09e622e90dd56fb4f333 (patch)
treedf3e21b23af273f9539d0945ff67cba535c7eac6 /Help/policy
parent7ccd9a27df8649c17d7b6925851d4e258ea913d9 (diff)
parent9e99a95c7db5be8c6b979b0170ab4cf78bb32307 (diff)
downloadCMake-5773f12d849815c0a61f09e622e90dd56fb4f333.zip
CMake-5773f12d849815c0a61f09e622e90dd56fb4f333.tar.gz
CMake-5773f12d849815c0a61f09e622e90dd56fb4f333.tar.bz2
Merge topic 'android-pie-cmp0083'
9e99a95c7d Android: ensure PIE behavior is consistent regardless CMP0083 policy Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3459
Diffstat (limited to 'Help/policy')
-rw-r--r--Help/policy/CMP0083.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/policy/CMP0083.rst b/Help/policy/CMP0083.rst
index 32acf1f..e0b09cf 100644
--- a/Help/policy/CMP0083.rst
+++ b/Help/policy/CMP0083.rst
@@ -28,6 +28,12 @@ This policy was introduced in CMake version 3.14. Use the
Unlike most policies, CMake version |release| does not warn when this policy is
not set and simply uses ``OLD`` behavior.
+.. Note::
+
+ Android platform has a special handling of ``PIE`` so it is not required
+ to use the :module:`CheckPIESupported` module to ensure flags are passed to
+ the linker.
+
.. include:: DEPRECATED.txt
Examples