CMake/Help/variable/CMAKE_LINK_WHAT_YOU_USE.rst
Marc Chevrier 14e57e9637 LINK_WHAT_YOU_USE feature: externalize configuration
Currently, this feature is only supported on ELF platforms. So, the property
LINK_WHAT_YOU_USE will be ignored for other plateforms.
Moreover, flags and commands are now controled by CMake variables.

Fixes: #20174
2021-07-09 14:50:50 +02:00

9 lines
219 B
ReStructuredText

CMAKE_LINK_WHAT_YOU_USE
-----------------------
.. versionadded:: 3.7
Default value for :prop_tgt:`LINK_WHAT_YOU_USE` target property.
This variable is used to initialize the property on each target as it is
created.