Просмотр исходного кода

Help: CMAKE_LANG_LINK_MODE: clarify usage.

Marc Chevrier 10 месяцев назад
Родитель
Сommit
b0d0a8d54f

+ 2 - 0
Help/variable/CMAKE_LANG_DEVICE_LINK_MODE.rst

@@ -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.

+ 2 - 0
Help/variable/CMAKE_LANG_LINK_MODE.rst

@@ -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.