summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_LANG_USING_LINKER_MODE.rst
blob: c9b67797a9eebeb17253c78e73f5a548e900616f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
CMAKE_<LANG>_USING_LINKER_MODE
------------------------------

.. versionadded:: 3.29

This variable specify what is the type of data stored in variable
 :variable:`CMAKE_<LANG>_USING_LINKER_<TYPE>`. There are two possible values:

``FLAG``
  :variable:`CMAKE_<LANG>_USING_LINKER_<TYPE>` holds compiler flags. This is
  the default.

``TOOL``
  :variable:`CMAKE_<LANG>_USING_LINKER_<TYPE>` holds the path to the linker
  tool.