• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1CMAKE_<LANG>_LINKER_PREFERENCE
2------------------------------
3
4Preference value for linker language selection.
5
6The "linker language" for executable, shared library, and module
7targets is the language whose compiler will invoke the linker.  The
8:prop_tgt:`LINKER_LANGUAGE` target property sets the language explicitly.
9Otherwise, the linker language is that whose linker preference value
10is highest among languages compiled and linked into the target.  See
11also the :variable:`CMAKE_<LANG>_LINKER_PREFERENCE_PROPAGATES` variable.
12