CMAKE_<LANG>_IMPLICIT_LINK_DIRECTORIES
: Implicit linker search path detected for language <LANG>.Compilers typically pass directories containing language runtime libraries and default library search paths when they invoke a linker. These paths are implicit linker search directories for the compiler's language. CMake automatically detects these directories for each language and reports the results in this variable.