summaryrefslogtreecommitdiffstats
path: root/Help/manual
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2018-11-12 20:42:42 (GMT)
committerKitware Robot <kwrobot@kitware.com>2018-11-12 20:43:07 (GMT)
commitddb967cca1a37501dcf3fbd6f64c2d3be1c0c82b (patch)
treea94fe4644c936080d409225dd8cbd3bc56925f03 /Help/manual
parentc310480c5dc76ad0c1eb4e842869f92121d5b507 (diff)
parentc4b4d8b3a67718e29edb5676273e528dab566672 (diff)
downloadCMake-ddb967cca1a37501dcf3fbd6f64c2d3be1c0c82b.zip
CMake-ddb967cca1a37501dcf3fbd6f64c2d3be1c0c82b.tar.gz
CMake-ddb967cca1a37501dcf3fbd6f64c2d3be1c0c82b.tar.bz2
Merge topic 'pie-link-options'
c4b4d8b3a6 POSITION_INDEPENDENT_CODE: Manage link flags for executables 724a0346f7 POSITION_INDEPENDENT_CODE: Fix erroneous '-fPIE' flag for Sun Studio 023188ffb4 INTERFACE_POSITION_INDEPENDENT_CODE: add generator expressions support Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2465
Diffstat (limited to 'Help/manual')
-rw-r--r--Help/manual/cmake-policies.7.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/manual/cmake-policies.7.rst b/Help/manual/cmake-policies.7.rst
index 0587429..98279ef 100644
--- a/Help/manual/cmake-policies.7.rst
+++ b/Help/manual/cmake-policies.7.rst
@@ -57,6 +57,7 @@ Policies Introduced by CMake 3.14
.. toctree::
:maxdepth: 1
+ CMP0083: Add PIE options when linking executable. </policy/CMP0083>
CMP0082: Install rules from add_subdirectory() are interleaved with those in caller. </policy/CMP0082>
Policies Introduced by CMake 3.13