You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
489 B
14 lines
489 B
2 years ago
|
CMAKE_<LANG>_IMPLICIT_LINK_DIRECTORIES_EXCLUDE
|
||
|
----------------------------------------------
|
||
|
|
||
|
.. versionadded:: 3.27
|
||
|
|
||
|
.. include:: ENV_VAR.txt
|
||
|
|
||
|
A :ref:`semicolon-separated list <CMake Language Lists>` of directories
|
||
|
to exclude from the :variable:`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.
|