1CMAKE_LINK_WHAT_YOU_USE_CHECK
2-----------------------------
3
4.. versionadded:: 3.22
5
6Defines the command executed after the link step to check libraries usage.
7This check is currently only defined on ``ELF`` platforms with value
8``ldd -u -r``.
9
10See also :variable:`CMAKE_<LANG>_LINK_WHAT_YOU_USE_FLAG` variables.
11