cmake/Help/variable/CMAKE_POSITION_INDEPENDENT_CODE.rst

10 lines
365 B
ReStructuredText
Raw Normal View History

2014-08-03 19:52:23 +02:00
CMAKE_POSITION_INDEPENDENT_CODE
-------------------------------
2015-11-17 17:22:37 +01:00
Default value for :prop_tgt:`POSITION_INDEPENDENT_CODE` of targets.
2014-08-03 19:52:23 +02:00
2015-11-17 17:22:37 +01:00
This variable is used to initialize the
:prop_tgt:`POSITION_INDEPENDENT_CODE` property on all the targets.
2021-09-14 00:13:48 +02:00
See that target property for additional information. If set, its
2015-11-17 17:22:37 +01:00
value is also used by the :command:`try_compile` command.