1CMP0105
2-------
3
4.. versionadded:: 3.18
5
6:prop_tgt:`LINK_OPTIONS` and :prop_tgt:`INTERFACE_LINK_OPTIONS` target
7properties are now used for the device link step.
8
9In CMake 3.17 and below, link options are not used by the device link step.
10
11The ``OLD`` behavior for this policy is to ignore the link options.
12
13The ``NEW`` behavior of this policy is to use the link options during the
14device link step.
15
16This policy was introduced in CMake version 3.17.  Use the
17:command:`cmake_policy` command to set it to ``OLD`` or ``NEW`` explicitly.
18Unlike many policies, CMake version |release| does *not* warn
19when this policy is not set and simply uses ``OLD`` behavior.
20
21.. include:: DEPRECATED.txt
22