diff options
author | Brad King <brad.king@kitware.com> | 2019-06-19 12:20:35 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-06-19 12:20:35 (GMT) |
commit | 00ad0b9d127fb0587443c6346aacb72a5c96f234 (patch) | |
tree | a3132d555a89280a7c8905042268597c792dbd5f /Help/policy | |
parent | 1ca4be5d90b47894f6742d390796ec3b08001906 (diff) | |
parent | 9e99a95c7db5be8c6b979b0170ab4cf78bb32307 (diff) | |
download | CMake-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.rst | 6 |
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 |