mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-27 09:29:15 -05:00
7cfc111df3
This moves indentation of the included RST files to the initial level and instead indents the include directives where used. Additionally: - Instead of ";-list", "semicolon-separated list" is used. - Instead of mentioning `<resultVar>` argument, a more general description is used. - Few minor tweaks added.
7 lines
221 B
ReStructuredText
7 lines
221 B
ReStructuredText
``CMAKE_REQUIRED_LINK_DIRECTORIES``
|
|
.. versionadded:: 3.31
|
|
|
|
A :ref:`semicolon-separated list <CMake Language Lists>` of library search
|
|
paths to pass to the linker (see :command:`try_compile` for further
|
|
details).
|