summaryrefslogtreecommitdiffstats
path: root/Help/policy
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-06-19 12:20:35 (GMT)
committerBrad King <brad.king@kitware.com>2019-06-19 12:20:35 (GMT)
commit00ad0b9d127fb0587443c6346aacb72a5c96f234 (patch)
treea3132d555a89280a7c8905042268597c792dbd5f /Help/policy
parent1ca4be5d90b47894f6742d390796ec3b08001906 (diff)
parent9e99a95c7db5be8c6b979b0170ab4cf78bb32307 (diff)
downloadCMake-00ad0b9d127fb0587443c6346aacb72a5c96f234.zip
CMake-00ad0b9d127fb0587443c6346aacb72a5c96f234.tar.gz
CMake-00ad0b9d127fb0587443c6346aacb72a5c96f234.tar.bz2
Merge branch 'android-pie-cmp0083' into release-3.15
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