1CMAKE_POSITION_INDEPENDENT_CODE 2------------------------------- 3 4Default value for :prop_tgt:`POSITION_INDEPENDENT_CODE` of targets. 5 6This variable is used to initialize the 7:prop_tgt:`POSITION_INDEPENDENT_CODE` property on all the targets. 8See that target property for additional information. If set, its 9value is also used by the :command:`try_compile` command. 10