diff options
author | Brad King <brad.king@kitware.com> | 2019-02-06 14:16:59 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-02-06 14:16:59 (GMT) |
commit | 0d1a9282c42cd278f99b09bb16cace47be421717 (patch) | |
tree | ca3d23e5ffa4fe5cc3d630d3f97ab210e5fd9436 /Help/release/dev/link-option-PIE.rst | |
parent | d423192062e1199ae9ab6b95c28082505a1f4b02 (diff) | |
download | CMake-0d1a9282c42cd278f99b09bb16cace47be421717.zip CMake-0d1a9282c42cd278f99b09bb16cace47be421717.tar.gz CMake-0d1a9282c42cd278f99b09bb16cace47be421717.tar.bz2 |
Help: Consolidate 3.14 release notes
Run the `Utilities/Release/consolidate-relnotes.bash` script to move
notes from `Help/release/dev/*` into `Help/release/3.14.rst`.
Diffstat (limited to 'Help/release/dev/link-option-PIE.rst')
-rw-r--r-- | Help/release/dev/link-option-PIE.rst | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Help/release/dev/link-option-PIE.rst b/Help/release/dev/link-option-PIE.rst deleted file mode 100644 index 872343c..0000000 --- a/Help/release/dev/link-option-PIE.rst +++ /dev/null @@ -1,9 +0,0 @@ -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`. |