blob: 17189c0fc9f31ca56e25732cda24593977a8bb4d (
plain)
1
2
3
4
5
6
7
8
9
|
CMAKE_XCODE_LINK_BUILD_PHASE_MODE
---------------------------------
.. versionadded:: 3.19
This variable is used to initialize the
:prop_tgt:`XCODE_LINK_BUILD_PHASE_MODE` property on targets.
It affects the methods that the :generator:`Xcode` generator uses to link
different kinds of libraries. Its default value is ``NONE``.
|