CMAKE__LINK_FLAGS_ -------------------------------- .. versionadded:: 4.3 Language-wide flags for language ```` used when linking for the ```` configuration. These flags will be passed to all invocations of the compiler which drive linking. See :variable:`CMAKE__LINK_FLAGS` for the ordering of these flags with respect to other variables. Notably, flags in ``CMAKE__LINK_FLAGS_`` are passed after those in :variable:`CMAKE__LINK_FLAGS`. .. include:: ../command/include/LINK_LIBRARIES_LINKER.rst This support implies to parse and re-quote the content of the variable. See Also ^^^^^^^^ * :variable:`CMAKE__LINK_FLAGS` * :variable:`CMAKE__FLAGS_`