mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
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.
8 lines
408 B
ReStructuredText
8 lines
408 B
ReStructuredText
``CMAKE_REQUIRED_FLAGS``
|
|
A space-separated string of additional flags to pass to the compiler.
|
|
A :ref:`semicolon-separated list <CMake Language Lists>` will not work.
|
|
The contents of :variable:`CMAKE_<LANG>_FLAGS` and its associated
|
|
configuration-specific :variable:`CMAKE_<LANG>_FLAGS_<CONFIG>` variables
|
|
are automatically prepended to the compiler command before the contents of
|
|
this variable.
|