Skip to content

LINK_WHAT_YOU_USE feature: externalize configuration

Marc Chevrier requested to merge marc.chevrier/cmake:LWYU-externalization into master

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 (closed)

Merge request reports