cmake/Help/variable/CMAKE_LANG_LINKER_PREFERENCE_PROPAGATES.rst

12 lines
440 B
ReStructuredText
Raw Normal View History

2014-08-03 19:52:23 +02:00
CMAKE_<LANG>_LINKER_PREFERENCE_PROPAGATES
-----------------------------------------
2022-03-29 21:10:50 +02:00
An internal variable subject to change.
2015-11-17 17:22:37 +01:00
True if :variable:`CMAKE_<LANG>_LINKER_PREFERENCE` propagates across targets.
2014-08-03 19:52:23 +02: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.