2013-10-15 19:17:36 +04:00
|
|
|
CMAKE_<LANG>_LINKER_PREFERENCE_PROPAGATES
|
|
|
|
-----------------------------------------
|
|
|
|
|
2015-08-18 08:34:01 +03:00
|
|
|
True if :variable:`CMAKE_<LANG>_LINKER_PREFERENCE` propagates across targets.
|
2013-10-15 19:17:36 +04:00
|
|
|
|
|
|
|
This is used when CMake selects a linker language for a target.
|
|
|
|
Languages compiled directly into the target are always considered. A
|
|
|
|
language compiled into static libraries linked by the target is
|
|
|
|
considered if this variable is true.
|