CMP0105.rst 610 B

123456789101112131415161718192021
  1. CMP0105
  2. -------
  3. .. versionadded:: 3.18
  4. :prop_tgt:`LINK_OPTIONS` and :prop_tgt:`INTERFACE_LINK_OPTIONS` target
  5. properties are now used for the device link step.
  6. In CMake 3.17 and below, link options are not used by the device link step.
  7. The ``OLD`` behavior for this policy is to ignore the link options during the
  8. device link step.
  9. The ``NEW`` behavior of this policy is to use the link options during the
  10. device link step.
  11. .. |INTRODUCED_IN_CMAKE_VERSION| replace:: 3.18
  12. .. |WARNS_OR_DOES_NOT_WARN| replace:: does *not* warn
  13. .. include:: include/STANDARD_ADVICE.rst
  14. .. include:: include/DEPRECATED.rst