summaryrefslogtreecommitdiff
path: root/3.8.2/doc/cmake/html/_sources/prop_tgt/POSITION_INDEPENDENT_CODE.rst.txt
diff options
context:
space:
mode:
Diffstat (limited to '3.8.2/doc/cmake/html/_sources/prop_tgt/POSITION_INDEPENDENT_CODE.rst.txt')
-rw-r--r--3.8.2/doc/cmake/html/_sources/prop_tgt/POSITION_INDEPENDENT_CODE.rst.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/3.8.2/doc/cmake/html/_sources/prop_tgt/POSITION_INDEPENDENT_CODE.rst.txt b/3.8.2/doc/cmake/html/_sources/prop_tgt/POSITION_INDEPENDENT_CODE.rst.txt
deleted file mode 100644
index 54af8c6..0000000
--- a/3.8.2/doc/cmake/html/_sources/prop_tgt/POSITION_INDEPENDENT_CODE.rst.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-POSITION_INDEPENDENT_CODE
--------------------------
-
-Whether to create a position-independent target
-
-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` variable if it is set
-when a target is created.