CMAKE_<LANG>_IMPLICIT_LINK_DIRECTORIES_EXCLUDE¶
在 3.27 版被加入.
這是一個 CMake 環境變數。其初始值取自呼叫的進程環境。
A semicolon-separated list of directories
to exclude from the CMAKE_<LANG>_IMPLICIT_LINK_DIRECTORIES
variable when it is automatically detected from the <LANG>
compiler.
This may be used to work around misconfigured compiler drivers that pass extraneous implicit link directories to their linker.
另請參見 CMAKE_<LANG>_IMPLICIT_LINK_LIBRARIES_EXCLUDE
環境變數。