Merge topic 'Help-CMAKE_LANG_LINK_MODE-clarify_usage'

b0d0a8d54f Help: CMAKE_LANG_LINK_MODE: clarify usage.

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !10411
This commit is contained in:
Brad King 2025-03-03 13:57:33 +00:00 committed by Kitware Robot
commit d1812031a8
2 changed files with 4 additions and 0 deletions

View File

@ -10,3 +10,5 @@ Defines how the device link step is done. The possible values are:
``LINKER``
The linker is used directly for the device link step.
This variable is read-only. Setting it is undefined behavior.

View File

@ -10,3 +10,5 @@ Defines how the link step is done. The possible values are:
``LINKER``
The linker is used directly for the link step.
This variable is read-only. Setting it is undefined behavior.