summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt/POSITION_INDEPENDENT_CODE.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-02-06 21:19:02 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-02-06 21:19:02 (GMT)
commit6abdc6c16acec3cb6601cc0bdeba4dec30857a02 (patch)
tree68a0bfef9c275af24ea6c73aee06868e04a11b97 /Help/prop_tgt/POSITION_INDEPENDENT_CODE.rst
parentf55528186a9ff607cbf369299253957848314dd5 (diff)
parentcc46b702d04d4bcfef76db547054533f3a62a8fa (diff)
downloadCMake-6abdc6c16acec3cb6601cc0bdeba4dec30857a02.zip
CMake-6abdc6c16acec3cb6601cc0bdeba4dec30857a02.tar.gz
CMake-6abdc6c16acec3cb6601cc0bdeba4dec30857a02.tar.bz2
Merge topic 'update-buildsystem-docs'
cc46b702 Help: Adjust the QtAutogen properties to the common style. f371545d Help: Use ``True`` and ``False`` for IMPORTED values. 3879c847 Help: Document relation of properties to the rest of the buildsystem. ba4c2fa8 Help: Mark up the buildsystem commands documentation a683262a Help: Note that the compatible interface properties must not intersect. fbe01bed Help: Specify how to order and modify transitively set property values. 645500b4 Help: Add hyperlink targets to some manual sections. 85a4fad7 Help: Use ``inline-literals`` to mark generator expressions. a0fa0253 Help: Mark up references to NEW and OLD policy settings properly. 6c02e7f4 Help: Add a style guide. 91fbff88 Help: Fix typos
Diffstat (limited to 'Help/prop_tgt/POSITION_INDEPENDENT_CODE.rst')
-rw-r--r--Help/prop_tgt/POSITION_INDEPENDENT_CODE.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/Help/prop_tgt/POSITION_INDEPENDENT_CODE.rst b/Help/prop_tgt/POSITION_INDEPENDENT_CODE.rst
index 1202447..54af8c6 100644
--- a/Help/prop_tgt/POSITION_INDEPENDENT_CODE.rst
+++ b/Help/prop_tgt/POSITION_INDEPENDENT_CODE.rst
@@ -3,9 +3,9 @@ POSITION_INDEPENDENT_CODE
Whether to create a position-independent target
-The POSITION_INDEPENDENT_CODE property determines whether position
+The ``POSITION_INDEPENDENT_CODE`` property determines whether position
independent executables or shared libraries will be created. This
-property is true by default for SHARED and MODULE library targets and
-false otherwise. This property is initialized by the value of the
-variable CMAKE_POSITION_INDEPENDENT_CODE if it is set when a target is
-created.
+property is ``True`` by default for ``SHARED`` and ``MODULE`` library
+targets and ``False`` otherwise. This property is initialized by the value
+of the :variable:`CMAKE_POSITION_INDEPENDENT_CODE` variable if it is set
+when a target is created.