1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-14 02:08:27 +08:00

Help: CMAKE_LANG_LINK_MODE: clarify usage.

This commit is contained in:
Marc Chevrier
2025-03-02 13:57:30 +01:00
parent 62321f299c
commit b0d0a8d54f
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.